-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 994 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
{
"name": "comint",
"version": "1.0.0",
"description": "mint on commit!",
"main": "index.js",
"scripts": {
"mint": "node dist/mint.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"lint": "tsc --noEmit && eslint \"**/*.ts\" --quiet --fix",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwga-hackathon-11-2021/comint.git"
},
"author": "dwwr",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwga-hackathon-11-2021/comint/issues"
},
"homepage": "https://github.com/dwga-hackathon-11-2021/comint#readme",
"dependencies": {
"deepai": "^1.0.17",
"rarepress": "^0.1.7",
"rareterm.node": "0.0.10"
},
"devDependencies": {
"@types/node": "^16.11.7",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"husky": "^7.0.0"
}
}