{ "name": "@dokit/web-core", "version": "0.0.1", "description": "Dokit", "keywords": [ "Dokit" ], "author": "duanlikang ", "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" }