easycompile
Version:
A minimalist bytecode compiler for Node.js - Modified for EasyCompile
36 lines (35 loc) • 786 B
JSON
{
"name": "easycompile",
"version": "1.0.1",
"description": "A minimalist bytecode compiler for Node.js - Modified for EasyCompile",
"main": "lib/index.js",
"bin": "lib/cli.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "mocha ./test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytenode/bytenode.git"
},
"keywords": [
"bytenode",
"bytecode",
"v8-snapshots",
"compile",
"compiler"
],
"author": "Osama Abbas <pw.osama@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bytenode/bytenode/issues"
},
"homepage": "https://github.com/bytenode/bytenode#readme",
"devDependencies": {
"electron": "^12.0.9",
"mocha": "^8.4.0"
}
}