-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.01 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
{
"name": "nutils-js",
"main": "libs/nutils.min.js",
"description": "前端,前端开发,前端框架,web前端,前端面试题,技术文档,学习,面试,JavaScript,js,ES6,TypeScript,vue,python,css3,html5,Node,git,github,markdown",
"version": "1.6.5",
"author": "前端有道",
"license": "MIT",
"keywords": [
"工具库",
"前端",
"大前端",
"web前端",
"前端开发",
"前端工具",
"utils",
"nutils-js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build1": "webpack",
"build": "node script/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qqlcx5/nutils-js.git"
},
"bugs": {
"url": "https://github.com/qqlcx5/nutils-js/issues"
},
"homepage": "https://github.com/qqlcx5/nutils-js#readme",
"devDependencies": {
"babel-loader": "^8.2.2",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2",
"chalk": "^2.4.1",
"copy": "^0.3.2",
"ora": "^3.0.0",
"rimraf": "^2.6.2"
}
}