{
  "name": "@aiot-toolkit/jsc",
  "version": "1.0.8",
  "description": "rpk file is converted to bytecode",
  "main": "lib/index.js",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "npm run chmod && gulp",
    "start": "npx ts-node ./src/index.ts",
    "test": "npx ts-node ./src/test/test.ts",
    "publish-npm": "npm run build && npm version patch && npm publish",
    "publish-beta": "npm run build && npm version prerelease --preid=beta && npm publish --tag=beta",
    "chmod": "chmod -R 777 ./src/jsc"
  },
  "repository": {
    "type": "git",
    "url": "ssh://xujunjie1@git.mioffice.cn:29418/vela/aito-toolkit-jsc"
  },
  "keywords": [
    "vela",
    "quickapp"
  ],
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/gulp": "^4.0.11",
    "gulp": "^4.0.2",
    "gulp-typescript": "^6.0.0-alpha.1",
    "ts-node": "^10.9.1",
    "fs-extra": "^11.1.1"
  },
  "dependencies": {}
}
