-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "comrade-pet-blocker",
"version": "1.0.0",
"description": "",
"main": "dist/App.js",
"scripts": {
"copy": "(copyfiles -f \"src/sql/*.sql\" dist/sql) && (copyfiles -f src/crypto/*.* dist/crypto/)",
"start": "node dist/App.js",
"build": "tsc && npm run copy",
"dev": "ts-node --files src/App.ts --no-cache"
},
"keywords": [],
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"discord.js": "^12.4.1",
"got": "^11.8.0",
"resemblejs": "^3.2.5"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "^14.10.1",
"@types/resemblejs": "^1.3.29",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"auto-changelog": "^2.2.0",
"babel-jest": "^26.3.0",
"copyfiles": "^2.3.0",
"eslint": "^7.7.0",
"gulp": "^4.0.2",
"jest": "^26.4.2",
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
}
}