-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 2.24 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
{
"name": "spike_web",
"version": "1.0.0",
"description": "Code for SPIKE Prime web interface (2020 July 20)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "jsdoc ./server/examples/modules/ServiceDock_SystemLink.js ./server/examples/modules/ServiceDock_SPIKE.js --readme ./server/docsHome.html -c jsdoc.json",
"builddocs": "jsdoc ./server/examples/modules/ServiceDock_SystemLink.js ./server/examples/modules/ServiceDock_Airtable.js ./server/examples/modules/ServiceDock_SPIKE.js --readme ./jsdocTemplate/docsHome.md -c jsdoc.json -u ./server/examples/tutorials",
"combine": "concat -o ./cdn/ServiceDock.js ./server/examples/modules/ServiceDock_SystemLink.js ./server/examples/modules/ServiceDock_Airtable.js ./server/examples/modules/ServiceDock_SPIKE.js",
"combineScaled": "concat -o ./cdn/ServiceDock_scaled.js ./server/examples/modules/ServiceDock_SystemLink.js ./server/examples/modules/ServiceDock_Airtable.js ./server/examples/modules/scaledSPIKE/webserial/WebSerial.js ./server/examples/modules/scaledSPIKE/spikeRPC/SpikeRPC.js ./server/examples/modules/scaledSPIKE/spikeRPC/SpikeUjsonLib.js ./server/examples/modules/scaledSPIKE/virtualSpike.js ./server/examples/modules/scaledSPIKE/Service_SPIKE_HTML.js ./server/examples/modules/scaledSPIKE/Service_SPIKE.js",
"tailwind": "npx tailwindcss -i ./server/examples/unit_test/input.css -o ./server/examples/unit_test/output.css",
"ts": "tsc --target ES6 ./server/examples/unit_test/servicedock_unit_test_2.ts ./server/examples/unit_test/unit_test.ts ./server/examples/unit_test/test_classes.ts ./server/examples/unit_test/unit_test_3.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuftsceeo/SPIKE-Web-Interface.git"
},
"author": "Jeremy Jung",
"license": "ISC",
"bugs": {
"url": "https://github.com/tuftsceeo/SPIKE-Web-Interface/issues"
},
"homepage": "https://github.com/tuftsceeo/SPIKE-Web-Interface#readme",
"dependencies": {
"@exlinc/cc-web-exec-sdk": "^1.0.6",
"concat": "^1.0.3",
"npm-check-updates": "^12.5.8",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"tui-jsdoc-template": "^1.2.2"
},
"directories": {
"doc": "docs"
}
}