-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 991 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 991 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
35
36
37
38
{
"name": "@miscord/ci",
"version": "1.0.0",
"description": "CI for checking PRs to master in miscord/miscord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miscord/ci.git"
},
"keywords": [
"miscord"
],
"author": "Bjornskjald <github@bjorn.ml> (https://bjorn.ml/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miscord/ci/issues"
},
"homepage": "https://github.com/miscord/ci#readme",
"dependencies": {
"changelog-parser": "^2.5.0",
"dotenv": "^6.1.0",
"fastify": "^1.13.3",
"fastify-static": "^1.0.0",
"fastify-websocket": "^0.3.0",
"fs-extra": "^7.0.0",
"isomorphic-git": "^0.37.3",
"jsonwebtoken": "^8.3.0",
"latest-version": "^4.0.0",
"marko": "^4.14.7",
"nedb-promises": "^3.0.2",
"point-of-view": "^2.1.0",
"superagent": "^4.0.0-beta.5",
"tmp": "0.0.33"
}
}