package.json 405 字节
Newer Older
J
Joao Moreno 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "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": {
14 15
    "@types/tmp": "^0.0.33",
    "tmp": "^0.0.33",
J
Joao Moreno 已提交
16 17 18
    "typescript": "^2.8.1"
  }
}