-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 929 Bytes
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
{
"name": "hashcode-2017-practice",
"version": "1.0.0",
"description": "https://codingcompetitions.withgoogle.com/hashcode/round/0000000000c6171c/0000000000c6109c",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node -r ts-node/register src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlNPacifist/hashcode-2017-practice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SlNPacifist/hashcode-2017-practice/issues"
},
"homepage": "https://github.com/SlNPacifist/hashcode-2017-practice#readme",
"devDependencies": {
"@types/heap": "0.2.31",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"ts-node": "^10.9.1"
},
"dependencies": {
"heap": "0.2.7",
"lodash": "^4.17.21",
"table": "6.8.1"
}
}