-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "craig-helperbot",
"version": "1.0.0",
"description": "Helper bot for Craig",
"main": "dist/index.js",
"private": true,
"scripts": {
"start": "cd dist && node index.js",
"build": "npx rimraf dist && tsc",
"dev": "devScript",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
},
"repository": "https://github.com/CraigChat/helper",
"author": {
"name": "Snazzah",
"email": "[email protected]",
"url": "https://snazzah.com/"
},
"funding": {
"url": "https://github.com/sponsors/Snazzah"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CraigChat/helper/issues"
},
"homepage": "https://github.com/CraigChat/helper#readme",
"dependencies": {
"@dexare/logger": "^1.0.2",
"common-tags": "^1.8.2",
"config": "^3.3.9",
"dexare": "^3.0.2",
"eris": "github:CraigChat/dysnomia#craig-master",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/common-tags": "^1.8.4",
"@types/config": "^3.3.3",
"@types/lodash": "^4.14.202",
"@types/node": "^18.15.11",
"@types/ws": "^8.5.10",
"eslint": "^8.55.0",
"eslint-config-snazzah": "^1.2.1",
"ts-devscript": "^3.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}