@yuanjili/js-es-c
Version:
js工具包
42 lines • 1.1 kB
JSON
{
"name": "@yuanjili/js-es-c",
"version": "1.5.5",
"description": "js工具包",
"main": "./lib/index.js",
"scripts": {
"clean": "if exist lib rd /s/q lib && mkdir lib",
"lib": "npm run clean && babel src --out-dir lib && babel-minify lib -d lib",
"Rnpm": "npm set registry https://registry.npmjs.org",
"pub": "npm publish --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://git.com"
},
"keywords": [
"js",
"es6",
"yuanjili"
],
"author": "yuanjili",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-minify": "^0.5.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0"
},
"dependencies": {
"js-cookie": "^3.0.5",
"moment": "^2.24.0",
"regenerator-runtime": "^0.14.1"
}
}