{
  "name": "@alicd/cone-node-util",
  "version": "0.3.0",
  "description": "",
  "module": "es/index.js",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.alibaba-inc.com/cone-group/cone-node-util.git"
  },
  "engines": {
    "node": ">=14.0.0",
    "install-alinode": "6"
  },
  "scripts": {
    "dev": "tnpm run start",
    "start": "cone start --port 7702 --watch",
    "build": "cone build",
    "prepublishOnly": "tnpm run build",
    "test": "cone test",
    "lint": "cone lint",
    "format": "cone format",
    "prepare": "husky install && ts-patch install",
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint --edit",
    "pub": "npm publish --access public",
    "postpub": "tnpm sync @alicd/cone-node-util"
  },
  "lint-staged": {
    "*.{json,md}": [
      "prettier --write --ignore-unknown"
    ],
    "*.{js,jsx,ts,tsx}": [
      "eslint",
      "prettier --write --ignore-unknown"
    ],
    "*.{css,scss,less}": [
      "stylelint",
      "prettier --write --ignore-unknown"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "files": [
    "demo",
    "dist",
    "es",
    "lib",
    "build",
    "src",
    "*.js",
    "*.json",
    ".*",
    "*.*"
  ],
  "dependencies": {
    "@alicd/prettier-config-cone": "^0.1.23",
    "@babel/core": "^7.16.0",
    "@babel/plugin-syntax-jsx": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@babel/runtime": "^7.15.4",
    "@koa/cors": "^3.1.0",
    "@koa/router": "^10.1.1",
    "axios": "^0.23.0",
    "chalk": "^4.1.2",
    "core-js": "^3.19.0",
    "cpy": "^8.1.2",
    "ejs": "^3.1.6",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.0",
    "global-dirs": "^3.0.0",
    "globby": "^11.0.4",
    "ice-npm-utils": "^3.0.1",
    "koa": "^2.13.4",
    "koa-body": "^4.2.0",
    "koa-compose": "^4.1.0",
    "lodash": "^4.17.21",
    "minimist": "^1.2.5",
    "nanoid": "^3.3.1",
    "npmlog": "^5.0.1",
    "open": "^8.4.0",
    "ora": "^5.4.1",
    "portfinder": "^1.0.28",
    "prettier": "^2.4.1",
    "read-pkg": "^5.0.0",
    "resolve-global": "^1.0.0",
    "semver": "^7.3.5",
    "sucrase": "^3.20.2",
    "track": "^0.1.1",
    "trash": "^6.1.1",
    "type-fest": "^2.5.1"
  },
  "devDependencies": {
    "@alicd/build-plugin-component-babel-plugins": "^0.3.5",
    "@alicd/build-plugin-cone-component": "^0.2.7",
    "@alicd/eslint-config-cone": "^0.2.7",
    "@alicd/jest-config-cone": "^0.1.1",
    "@alicd/prettier-config-cone": "^0.1.24",
    "@alicd/stylelint-config-cone": "^0.2.0",
    "@alicd/ts-config-cone": "^0.1.24",
    "@alife/cone-cli": "^0.3.26",
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@commitlint/cli": "^14.1.0",
    "@commitlint/config-conventional": "^14.1.0",
    "@types/chalk": "^2.2.0",
    "@types/ejs": "^3.1.0",
    "@types/execa": "^2.0.0",
    "@types/fs-extra": "^9.0.13",
    "@types/globby": "^9.1.0",
    "@types/inquirer": "^8.1.3",
    "@types/jest": "^27.0.2",
    "@types/koa-compose": "^3.2.5",
    "@types/koa__cors": "^3.1.0",
    "@types/koa__router": "^8.0.11",
    "@types/lodash": "^4.14.175",
    "@types/npmlog": "^4.1.4",
    "@types/prettier": "^2.4.1",
    "@types/react": "^17.0.33",
    "@types/react-dom": "^17.0.10",
    "@types/semver": "^7.3.8",
    "build-plugin-component": "^1.8.0",
    "eslint": "^8.2.0",
    "husky": "^7.0.4",
    "jest": "^27.3.1",
    "lint-staged": "^12.0.2",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "stylelint": "^14.1.0",
    "ts-patch": "^2.0.1",
    "typescript": "^4.4.4",
    "typescript-transform-paths": "^3.3.1"
  },
  "homepage": "https://unpkg.com/@alicd/cone-node-util@0.3.0/build/index.html"
}
