-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
41
42
43
44
{
"name": "crliutils",
"version": "0.0.6",
"description": "前端工具库",
"main": "crliutils.min.js",
"module": "crliutils.esm.min.js",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c && copy package.json dist && copy README.md dist",
"dev": "rollup -c -w",
"test": "rollup -c && karma start karma.conf.js",
"publish": "cd dist && npm publish && cd ../"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crli/crliutils"
},
"homepage": "https://github.com/crli/crliutils",
"keywords": [
"utils",
"crliutils",
"tools"
],
"author": "crli",
"license": "MIT",
"devDependencies": {
"cross-env": "^7.0.3",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-power-assert": "^1.0.0",
"mocha": "^8.4.0",
"power-assert": "^1.6.1",
"rollup": "^2.50.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.2.0",
"typescript": "^4.3.2"
},
"dependencies": {}
}