{
  "name": "@cainiaofe/cone-core",
  "version": "1.0.18",
  "description": "cone-cli core",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "typeings": "./lib/index.d.ts",
  "scripts": {
    "pub": "npm publish --registry=https://registry.npmjs.org --access=public && tnpm sync @cainiaofe/cone-core",
    "dev": "tsc -w",
    "prepublishOnly": "tnpm run build",
    "build": "rm -rf lib && rm -rf es && tsc && tsc -p tsconfig.es.json"
  },
  "files": [
    "lib",
    "es"
  ],
  "author": "黑卡",
  "license": "ISC",
  "dependencies": {
    "@babel/generator": "^7.17.7",
    "@babel/parser": "^7.20.15",
    "@babel/traverse": "^7.17.3",
    "@babel/types": "^7.17.0",
    "@koa/cors": "^4.0.0",
    "@koa/router": "^12.0.0",
    "axios": "^1.2.1",
    "chalk": "^4",
    "change-case": "^4.1.2",
    "ejs": "^3.1.8",
    "execa": "^5.1",
    "fs-extra": "^11.1.0",
    "koa": "^2.14.1",
    "koa-body": "^6.0.1",
    "koa-compose": "^4.1.0",
    "node-fetch": "^2",
    "npmlog": "^5.0.1",
    "open": "^6.4.0",
    "portfinder": "^1.0.32",
    "query-string": "^7",
    "semver": "^7.3.8",
    "type-fest": "^2",
    "typescript": "4.8.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@types/execa": "^2.0.0",
    "@types/koa": "^2.13.5",
    "@types/koa__router": "^12.0.0",
    "@types/node": "^16",
    "typescript-transform-paths": "^3.3.1"
  },
  "repository": "git@gitlab.alibaba-inc.com:cn-arch-fe/cone-core.git"
}