{ "name": "smoke2", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "compile": "node tools/prebuild && tsc && node tools/postbuild", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@types/tmp": "^0.0.33", "tmp": "^0.0.33", "typescript": "^2.8.1" } }