-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 749 Bytes
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": "punctual",
"version": "0.5.2.3",
"description": "punctual",
"private": true,
"dependencies": {
"purescript": "^0.15.15",
"spago": "^0.21.0",
"esbuild": "^0.15.18",
"http-server": "*"
},
"devDependencies": {
},
"scripts": {
"setup": "npm ci",
"build": "npx spago build && npx esbuild exolang.js --bundle --minify --format=esm --outfile=punctual.js",
"serve": "npx http-server -c-1",
"repl": "npx spago repl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dktr0/Punctual.git"
},
"keywords": [],
"author": "",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/dktr0/Punctual/issues"
},
"homepage": "https://github.com/dktr0/Punctual"
}