-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 866 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
{
"name": "@tresor.one/returns",
"version": "1.0.2",
"description": "Tresor One performance and chart calculations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeofsumit/tresor-returns.git"
},
"keywords": [
"tresor",
"tresor.one",
"t1",
"tresorone",
"returns"
],
"author": {
"name": "Sumit Kumar",
"email": "sumit@tresor.one",
"url": "https://tresor.one"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/codeofsumit/tresor-returns/issues"
},
"homepage": "https://github.com/codeofsumit/tresor-returns#readme",
"dependencies": {
"big.js": "^6.0.1",
"date-fns": "^2.16.1",
"lodash": "^4.17.20"
},
"devDependencies": {
"standard": "^14.3.4"
}
}