forked from fdgt-apis/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.61 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
58
59
60
61
62
63
64
{
"name": "@fdgt/api",
"main": "dist/index.js",
"version": "1.1.0",
"license": "bsd-3-clause",
"repository": {
"type": "git",
"url": "[email protected]:fdgt-apis/api.git"
},
"bin": {
"fdgt": "./dist/index.js"
},
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"test": "NODE_ENV=test nyc --reporter=lcovonly --reporter=text-summary mocha",
"dev": "NODE_ENV=development DEBUG=true nodemon --exec babel-node src/index.js",
"start": "node dist/index.js"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"dotenv": "^10.0.0",
"faker": "^5.1.0",
"firebase-admin": "^9.2.0",
"fs-extra": "^10.0.0",
"ians-logger": "^0.1.1",
"irc-message": "^3.0.2",
"jsdoc-api": "^6.0.0",
"jsdoc-to-markdown": "^6.0.1",
"koa": "^2.13.3",
"koa-body": "^4.2.0",
"koa-compress": "^5.1.0",
"koa-no-trailing-slash": "^2.1.0",
"koa-router": "^9.4.0",
"moment": "^2.29.1",
"mri": "^1.2.0",
"node-fetch": "^2.6.1",
"tinycolor2": "^1.4.2",
"uuid": "^8.3.1",
"ws": "^7.3.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.15.5",
"@babel/node": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"babel-plugin-module-resolver": "^4.0.0",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"coveralls": "^3.1.0",
"frontmatter": "^0.0.3",
"mocha": "^9.1.2",
"nock": "^13.1.3",
"nodemon": "^2.0.4",
"nyc": "^15.1.0",
"pm2": "^4.5.0",
"sinon": "^11.1.2",
"test-listen": "^1.1.0",
"tmi.js": "^1.8.5",
"uuid-validate": "^0.0.3"
}
}