-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 936 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "tool-js-rookie",
"version": "1.0.2",
"description": "这是一个可以在 `浏览器` 或 `nodejs` 中使用的工具类库。\r 所有的方法直接绑定到全局变量 `window` 或 `global` 中。",
"main": "rookie.tool.es5.js",
"module": "rookie.tool.js",
"scripts": {
"es5": "webpack -c ./webpack.config.es5.js",
"es6": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rookieKing/js-tool.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rookieKing/js-tool/issues"
},
"homepage": "https://github.com/rookieKing/js-tool#readme",
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2"
}
}