-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 938 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
{
"name": "squirrel-report",
"version": "1.0.2",
"description": "小松鼠——适用于JavaScript平台的数据上报工具",
"main": "index.js",
"module": "index.es.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc index.ts -d -m \"CommonJS\" && node build.js",
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imingyu/squirrel.git"
},
"author": {
"name": "imingyu",
"email": "mingyuhisoft@163.com"
},
"keywords": [
"data-report",
"report",
"reporting",
"timer-report"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/imingyu/squirrel/issues"
},
"homepage": "https://github.com/imingyu/squirrel#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1",
"typescript": "^3.9.6"
}
}