-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "openmct-dsn",
"version": "0.0.1",
"description": "Open MCT plugin to integrate telemetry from the Deep Space Network",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"eslint": "^7.32.0",
"jasmine": "^3.9.0",
"karma": "^6.3.16",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"raw-loader": "^4.0.2",
"webpack": "^5.53.0",
"webpack-cli": "^4.10.0"
},
"main": "plugin.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "eslint .",
"test": "karma start --single-run",
"test:debug": "NODE_ENV=debug karma start --no-single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobiasbrown/openmct-dsn.git"
},
"keywords": [
"nasa",
"Open MCT",
"Deep Space Network",
"dsn",
"telemetry"
],
"author": "Tobias Brown",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tobiasbrown/openmct-dsn/issues"
},
"homepage": "https://github.com/tobiasbrown/openmct-dsn#readme"
}