-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 926 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
{
"name": "cljs_clamp",
"version": "1.0.0",
"description": "Proof of concept (i.e., hello world) codebase that compiles ClojureScript to js files which can be pushed to a Google Apps Suite project with [clasp](https://github.com/google/clasp), Google's command line utility for local Apps Script development.",
"main": "Code.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kovasap/autojournal-on-gas.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kovasap/autojournal-on-gas/issues"
},
"homepage": "https://github.com/kovasap/autojournal-on-gas#readme",
"devDependencies": {
"shadow-cljs": "^2.20.1"
},
"dependencies": {
"vega": "^5.22.1",
"websocket": "^1.0.34"
}
}