forked from LeenkxTeam/Kmake
35 lines
734 B
JSON
35 lines
734 B
JSON
{
|
|
"name": "ochang_js_fuzzer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"test": "APP_NAME=d8 mocha"
|
|
},
|
|
"bin": "run.js",
|
|
"author": "ochang@google.com",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/generator": "^7.26.10",
|
|
"@babel/template": "^7.26.9",
|
|
"@babel/traverse": "^7.6.0",
|
|
"@babel/types": "^7.26.10",
|
|
"@babel/parser": "^7.26.10",
|
|
"commander": "^2.11.0",
|
|
"dir-compare": "^5.0.0",
|
|
"globals": "^10.1.0",
|
|
"tempfile": "^3.0.0",
|
|
"tempy": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^3.5.3",
|
|
"pkg": "^5.8.1",
|
|
"prettier": "2.0.5",
|
|
"sinon": "^4.0.0"
|
|
},
|
|
"pkg": {
|
|
"assets": "resources/**/*"
|
|
}
|
|
}
|