{
  "name": "autojs-dev",
  "version": "0.7.1",
  "description": "Auto.js 开发工具，包含全局类型注释，可在VSCode等编辑器使用。",
  "main": "./lib/index.js",
  "license": "MIT",
  "types": "./types/auto.d.ts",
  "bin": {
    "autojs": "./bin/autojs",
    "autojs-new": "./bin/autojs-new",
    "autojs-cap": "./bin/autojs-cap",
    "autojs-create": "./bin/autojs-create",
    "autojs-build": "./bin/autojs-build",
    "autojs-img": "./bin/autojs-img"
  },
  "scripts": {
    "test": "tsc test/test --skipLibCheck --lib ES2015 --target ES5 --removeComments",
    "start": "node lib/index.js"
  },
  "devDependencies": {
    "@types/ejs": "^2.5.0",
    "@types/express": "^4.11.1",
    "@types/node": "^9.3.0",
    "@types/webpack": "^4.4.29",
    "@types/webpack-sources": "^0.1.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pboymt/autojs-dev.git"
  },
  "dependencies": {
    "adbkit": "^2.11.0",
    "commander": "^2.20.0",
    "ejs": "^2.5.7",
    "express": "^4.16.2",
    "ts-loader": "^5.4.5",
    "typescript": "^3.4.5",
    "url-loader": "^1.1.2",
    "webpack": "^4.30.0",
    "webpack-sources": "^1.1.0"
  }
}
