-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "joe-op-calendar",
"version": "0.1.0",
"description": "View-only calendar",
"main": "index.js",
"directories": {
"test": "src/test"
},
"scripts": {
"build": "bin/build-dev",
"build:dev": "watchexec -w src -e purs,less,html bin/build-dev",
"esbuild": "esbuild --bundle index.js --outdir=dist/js",
"serve": "npm run esbuild -- --bundle --servedir=dist --outdir=dist/js",
"test": "node_modules/.bin/spago test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/joe-op/calendar.git"
},
"author": "Joe Opseth",
"license": "MIT-0",
"bugs": {
"url": "https://github.com/joe-op/calendar/issues"
},
"homepage": "https://github.com/joe-op/calendar#readme",
"dependencies": {
"luxon": "~3.4.4",
"uuid": "^13.0.0"
},
"devDependencies": {
"delete": "1.1.0",
"esbuild": "~0.25.4",
"eslint": "9.17.0",
"globals": "15.14.0",
"gulp": "~5.0.0",
"gulp-less": "~5.0.0",
"prettier": "^3.6.2",
"purescript": "0.15.15",
"purescript-psa": "^0.8.2",
"purs-tidy": "^0.10.0",
"spago": "^0.93.41"
}
}