1234567891011121314151617181920212223 |
- {
- "name": "wx-sdk",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "webpack --env"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "babel-core": "^6.26.3",
- "babel-loader": "^7.1.5",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "webpack": "^4.17.1",
- "webpack-cli": "^4.10.0"
- },
- "dependencies": {
- "yargs": "^17.5.1"
- }
- }
|