Atom eve seo
This commit is contained in:
49
.output/server/node_modules/quickjs-emscripten-core/package.json
generated
vendored
Normal file
49
.output/server/node_modules/quickjs-emscripten-core/package.json
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "quickjs-emscripten-core",
|
||||
"version": "0.32.0",
|
||||
"sideEffects": false,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
"keywords": [
|
||||
"eval",
|
||||
"quickjs",
|
||||
"vm",
|
||||
"interpreter",
|
||||
"runtime",
|
||||
"safe",
|
||||
"emscripten",
|
||||
"wasm"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jake Teton-Landis",
|
||||
"url": "https://jake.tl"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/justjake/quickjs-emscripten"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"dist/**/*",
|
||||
"!dist/*.test.js",
|
||||
"!dist/*.tsbuildinfo"
|
||||
],
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "npx tsc -p . --noEmit",
|
||||
"test": "npx vitest run",
|
||||
"build": "npx tsup"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jitl/quickjs-ffi-types": "0.32.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user