mirror of https://github.com/certd/certd
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@certd/jdcloud",
|
|
"version": "1.36.11",
|
|
"description": "jdcloud openApi sdk",
|
|
"main": "./dist/bundle.js",
|
|
"module": "./dist/bundle.js",
|
|
"types": "./dist/d/index.d.ts",
|
|
"scripts": {
|
|
"test": "cross-env NODE_CONFIG_DIR=./test/config mocha --recursive --require babel-register",
|
|
"dev": "babel src --out-dir babel -w",
|
|
"build": "rollup -c ",
|
|
"dev-build": "npm run build",
|
|
"pub": "npm publish"
|
|
},
|
|
"author": "",
|
|
"license": "Apache",
|
|
"dependencies": {
|
|
"babel-register": "^6.26.0",
|
|
"buffer": "^5.0.8",
|
|
"create-hash": "^1.1.3",
|
|
"create-hmac": "^1.1.6",
|
|
"debug": "^3.1.0",
|
|
"node-fetch": "^2.1.2",
|
|
"querystring": "^0.2.0",
|
|
"rollup": "^3.7.4",
|
|
"url": "^0.11.0",
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"chai": "^4.1.2",
|
|
"config": "^1.30.0",
|
|
"cross-env": "^5.1.4",
|
|
"js-yaml": "^3.11.0",
|
|
"mocha": "^5.0.0",
|
|
"prettier": "^2.8.8",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.6.0",
|
|
"npm": ">= 5.6.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 9"
|
|
],
|
|
"standard": {
|
|
"env": [
|
|
"node",
|
|
"mocha",
|
|
"browser"
|
|
],
|
|
"globals": [
|
|
"Request",
|
|
"Headers",
|
|
"fetch"
|
|
]
|
|
},
|
|
"gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb"
|
|
}
|