-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 842 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
{
"name": "rating-tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist/*",
"build": "npx tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rpd-Strike/Rating-tracker.git"
},
"author": "Felix Puscasu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rpd-Strike/Rating-tracker/issues"
},
"homepage": "https://github.com/Rpd-Strike/Rating-tracker#readme",
"dependencies": {
"@types/d3": "^5.16.3",
"isomorphic-fetch": "^3.0.0",
"nodeplotlib": "^1.0.0",
"readline-sync": "^1.4.10",
"reflect-metadata": "^0.1.13",
"typescript": "^4.0.5",
"yarn": "^1.22.15"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@types/readline-sync": "^1.4.3"
}
}