-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 866 Bytes
/
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
{
"name": "docker-openmct",
"version": "0.1.0",
"description": "A dockerized instance of OpenMCT",
"main": "app.js",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryopsida/docker-openmct.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryopsida/docker-openmct/issues"
},
"homepage": "https://github.com/bryopsida/docker-openmct#readme",
"dependencies": {
"@fastify/caching": "^9.0.0",
"@fastify/helmet": "^13.0.0",
"@fastify/static": "^8.0.0",
"@fastify/under-pressure": "^9.0.0",
"fastify": "^5.0.0",
"jsdom": "^26.0.0"
},
"devDependencies": {
"standard": "^17.0.0"
},
"standard": {
"ignore": [
"plugins/plugin-ct.js",
"loaders/loader-ct.js"
]
}
}