1{ 2 "name": "ochang_js_fuzzer", 3 "version": "1.0.0", 4 "description": "", 5 "main": "run.js", 6 "scripts": { 7 "test": "APP_NAME=d8 mocha" 8 }, 9 "bin": "run.js", 10 "author": "ochang@google.com", 11 "license": "ISC", 12 "dependencies": { 13 "@babel/generator": "^7.1.3", 14 "@babel/template": "^7.1.2", 15 "@babel/traverse": "^7.1.4", 16 "@babel/types": "^7.1.3", 17 "@babel/parser": "^7.1.3", 18 "commander": "^2.11.0", 19 "globals": "^10.1.0", 20 "tempfile": "^3.0.0", 21 "tempy": "^0.5.0" 22 }, 23 "devDependencies": { 24 "eslint": "^6.8.0", 25 "mocha": "^3.5.3", 26 "pkg": "^4.3.4", 27 "prettier": "2.0.5", 28 "sinon": "^4.0.0" 29 }, 30 "pkg": { 31 "assets": "resources/**/*" 32 } 33} 34