-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 845 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
41
42
{
"name": "juhe",
"version": "0.0.3",
"description": "process complex data in one chain call",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/exoticknight/juhe.git"
},
"types": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf lib/* && tsc",
"prebuild": "npm run test",
"test": "ts-node ./test/index.spec.ts | faucet"
},
"files": [
"lib",
"LICENSE",
"README.md",
"main.js"
],
"keywords": [
"data",
"aggregate",
"aggregation",
"aggregator",
"analysis",
"statistic"
],
"author": {
"email": "[email protected]",
"name": "exoticknight"
},
"license": "MIT",
"devDependencies": {
"@types/tape": "^4.2.32",
"faucet": "0.0.4",
"tape": "^4.9.1",
"ts-node": "^5.0.1",
"typescript": "^2.9.2"
}
}