This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.62 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
49
50
51
52
53
54
55
56
57
{
"name": "spx",
"version": "0.0.1",
"description": "A powerful tool for SPGoding's personal use.",
"main": "./out/index",
"author": "SPGoding",
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SPGoding/spx.git"
},
"bugs": {
"url": "https://github.com/SPGoding/spx/issues"
},
"homepage": "https://github.com/SPGoding/spx#readme",
"scripts": {
"build": "tsc -b",
"test": "mocha",
"watch": "tsc -b -w",
"start": "node ./out/index.js"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.4",
"@types/image-size": "^0.8.0",
"@types/jsdom": "^16.0.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.0.0",
"@types/node-fetch": "^2.5.10",
"@types/power-assert": "^1.5.0",
"@types/request": "^2.48.1",
"@types/tampermonkey": "^4.0.1",
"@types/websocket": "1.0.2",
"@types/ws": "^7.4.0",
"ts-node": "^9.1.1",
"tslint": "^6.0.0",
"typescript": "^4.3.5"
},
"dependencies": {
"clipboard": "^2.0.4",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"image-size": "^1.0.0",
"jira.js": "^2.0.2",
"jsdom": "^16.0.0",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"power-assert": "^1.6.1",
"request": "^2.88.0",
"say": "^0.16.0",
"twitter-lite": "^1.1.0",
"websocket": "^1.0.28"
}
}