package.json 848 字节
Newer Older
1 2
{
  "name": "@dokit/web-core-independent",
C
caoenze 已提交
3
  "version": "0.0.3-alpha.0",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  "description": "Dokit",
  "keywords": [
    "Dokit"
  ],
  "author": "duanlikang <duanlikang@didichuxing.com>",
  "homepage": "https://github.com/didi/DoraemonKit#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/didi/DoraemonKit.git"
  },
  "scripts": {
    "build": "npx cross-env NODE_ENV=production npx rollup -c",
    "dev": "npx rollup -wc"
  },
  "bugs": {
    "url": "https://github.com/didi/DoraemonKit/issues"
  },
  "dependencies": {
    "@dokit/web-utils": "^0.0.1"
  },
  "gitHead": "886ea7c19806526668e5da0179da335e7df9d012"
}