-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.03 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "pulsar-ts-release",
"version": "3.0.0",
"description": "A complete overhaul and rewrite of the PulsarBot in Typescript",
"main": "index.ts",
"scripts": {
"build": "tsc",
"run-dev": "ts-node-dev --respawn --ignore-watch data ./src/index.ts",
"run-js": "node ./dist/index.js",
"prod-run": "./prod-spawn.sh",
"prod-stop": "pm2 stop PulsarTS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pulsarbot/Pulsar"
},
"author": "severepain",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/pulsarbot/Pulsar/issues"
},
"homepage": "https://github.com/pulsarbot/Pulsar#readme",
"dependencies": {
"@types/glob": "^7.1.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"capture-console": "^1.0.1",
"chalk": "^3.0.0",
"cleverbot-free": "^1.0.3",
"cookie-parser": "^1.4.4",
"cookies": "^0.8.0",
"discord-anti-spam": "^2.3.4",
"discord-oauth2": "^2.0.2",
"discord.js": "github:discordjs/discord.js",
"dotenv": "^8.2.0",
"edit-json-file": "^1.4.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"faker": "^4.1.0",
"fortune-teller": "^0.1.2",
"git-last-commit": "^1.0.0",
"glob": "^7.1.6",
"globby": "^11.0.0",
"he": "^1.2.0",
"http": "0.0.0",
"jquery": "^3.5.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-discord.js": "0.0.6",
"performance-now": "^2.1.0",
"phin": "^3.4.1",
"pornhub.js": "github:pionxzh/Pornhub.js",
"pug": "^2.0.4",
"random-puppy": "^1.1.0",
"socket.io": "^2.3.0",
"superagent": "^5.2.2",
"tesseract.js": "^2.0.2",
"ts-node": "^8.6.2"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cookies": "^0.7.4",
"@types/express": "^4.17.2",
"@types/node": "^13.7.5",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"typescript": "^3.7.4"
}
}