forked from zvshka/createpcbot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 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
{
"name": "createpcbot-classed",
"version": "1.0.0",
"description": "Create pc Bot built on classes",
"main": "src/index.js",
"scripts": {
"build": "babel ./src -d ./dist -s && prisma generate",
"test": "jest --passWithNoTests"
},
"engines": {
"node": "17.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zvshka/createpcbot.git"
},
"author": "zvshka",
"license": "ISC",
"bugs": {
"url": "https://github.com/zvshka/createpcbot/issues"
},
"homepage": "https://github.com/zvshka/createpcbot#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@prisma/client": "^3.4.2",
"async": "^3.2.0",
"axios": "^0.24.0",
"babel-preset-env": "^1.7.0",
"canvas": "^2.9.0",
"common-tags": "^1.8.0",
"discord.js": "13.6.0",
"discord.js-reaction-menu": "^1.1.1",
"module-from-string": "^3.1.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.5",
"ms": "^2.1.2",
"parse-ms": "2.1.0",
"terser": "^5.9.0"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"prisma": "^3.6.0",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/register": "^7.13.16",
"@types/jest": "^26.0.23",
"jest": "^26.6.3"
}
}