@anov/cic-convert
Version:
CIC标准转换工具
52 lines (51 loc) • 1.39 kB
JSON
{
"name": "@anov/cic-convert",
"version": "1.1.7",
"description": "CIC标准转换工具",
"homepage": "",
"keywords": [
"cic-convert",
"cic"
],
"author": "ZHS0417",
"license": "ISC",
"main": "build/bundle.js",
"module": "build/index.module.js",
"repository": {
"type": "git",
"url": "git+http://10.190.128.13/ChinaUnicomBigData/ANOV/products/cic/anov-cic-convert.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rollup -c",
"start": "npm run dev"
},
"dependencies": {
"generate-cic": "^1.1.7",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"acorn": "^6.0.0",
"babel-eslint": "^8.2.6",
"commander": "^9.4.0",
"eslint": "^8.25.0",
"rollup": "^2.0.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-filesize": "^6.0.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-progress": "^1.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}