-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1021 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
38
{
"name": "aerie-phoenix-adaptation-template",
"version": "0.0.1",
"description": "template project for adapting the Aerie Phoenix Sequence editor",
"main": "index.js",
"scripts": {
"build": "npx esbuild --bundle src/adaptation.ts --outdir=dist",
"format:check": "prettier --check src",
"format:write": "prettier --write src",
"test": "vitest run"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/NASA-AMMOS/aerie-phoenix-adaptation-template.git"
},
"keywords": [
"nasa",
"aerie",
"spacecraft",
"commanding",
"sequencing"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/NASA-AMMOS/aerie-phoenix-adaptation-template/issues"
},
"homepage": "https://github.com/NASA-AMMOS/aerie-phoenix-adaptation-template#readme",
"dependencies": {
"@nasa-jpl/aerie-ampcs": "^1.0.6",
"codemirror": "^6.0.1"
},
"devDependencies": {
"esbuild": "^0.24.0",
"prettier": "^3.3.3"
}
}