-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 992 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
{
"name": "assert-codeblock-dwango-progedu",
"version": "1.7.0",
"description": "コードブロックが「file.xx の全体」「file.xx の一部」「file.xx と file.yy の diff」「file.xx と file.yy の diff の抜粋」として正しいかどうかを自動で検査するツール",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/progedu/assert-codeblock-dwango-progedu.git"
},
"author": "hsjoihs",
"license": "MIT",
"bugs": {
"url": "https://github.com/progedu/assert-codeblock-dwango-progedu/issues"
},
"homepage": "https://github.com/progedu/assert-codeblock-dwango-progedu#readme",
"dependencies": {
"@types/diff": "^5.0.5",
"@types/node": "^20.8.2",
"diff": "^5.1.0",
"enquirer": "^2.4.1",
"typescript": "^5.2.2"
}
}