-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
{
"name": "atcoder",
"version": "1.0.0",
"description": "AtCoder提出ソースコード個人リポジトリ",
"main": "index.js",
"dependencies": {
"arg": "^5.0.1",
"buffer-from": "^1.1.2",
"create-require": "^1.1.1",
"diff": "^5.0.0",
"make-error": "^1.3.6",
"source-map": "^0.7.3",
"source-map-support": "^0.5.20",
"ts-node": "^10.2.1",
"tstl": "^2.5.0",
"yn": "^5.0.0"
},
"devDependencies": {
"@types/node": "^16.9.6",
"typescript": "^4.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taizod1024/atcoder.git"
},
"author": "YAMAMOTO Taizo",
"license": "ISC",
"bugs": {
"url": "https://github.com/taizod1024/atcoder/issues"
},
"homepage": "https://github.com/taizod1024/atcoder#readme"
}