-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 Bytes
/
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": "red-manager",
"version": "0.1.1",
"description": "基于树结构的红点通知管理模块(Red dot notification management module based on tree structure)",
"main": "dist/red.js",
"types": "dist/type/red.d.ts",
"scripts": {
"build": "tsc",
"tscw": "tsc --watch",
"pub": "tsc && npm publish",
"test": "jest",
"testw": "jest --watch",
"testc": "jest --coverage"
},
"bugs": {
"url": "https://github.com/oloshe/red-manager/issues",
"email": "[email protected]"
},
"keywords": [
"red dot",
"tree",
"notification",
"util",
"红点",
"树",
"实用函数"
],
"author": "jacob.jiang",
"repository": {
"type": "git",
"url": "https://github.com/oloshe/red-manager"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.15",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
}
}