-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 Bytes
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
{
"name": "beardslave",
"version": "1.0.0",
"description": "beardmage",
"dependencies": {
"@google-cloud/language": "^4.2.4",
"@types/better-sqlite3": "^5.4.1",
"@types/node": "^15.12.1",
"@types/sqlite3": "^3.1.7",
"better-sqlite3": "^7.4.0",
"discord-reply": "^0.1.2",
"discord.js": "^12.5.3",
"module-invalidate": "^1.0.1",
"sqlite-sync": "^0.3.9",
"sqlite3": "^5.1.5",
"syllable": "^4.1.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/sinon": "^10.0.2",
"mocha": "^9.0.0",
"sinon": "^11.1.1",
"ts-mocha": "^8.0.0"
},
"scripts": {
"test": "ts-mocha src/**/*.test.ts",
"start": "ts-node src/index.ts",
"debug": "node -r ts-node/register --inspect=9229 src/index.ts"
},
"author": "BC",
"license": "ISC"
}