-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 821 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 821 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
{
"name": "urlnote",
"version": "1.0.0",
"description": "A text sharing website that includes all its data in the URL.",
"main": "index.js",
"scripts": {
"postinstall": "npx spago install",
"dev": "DEV=true node esbuild.js & npx spago build --watch",
"build": "npx spago build && node esbuild.js",
"test": "npx spago test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuolen/urlnote.git"
},
"author": "Lennu Vuolanne",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/vuolen/urlnote/issues"
},
"homepage": "https://github.com/vuolen/urlnote#readme",
"dependencies": {
"big-integer": "^1.6.48",
"esbuild": "^0.12.19",
"esbuild-plugin-purescript": "^1.1.1",
"purescript": "^0.14.1",
"spago": "^0.20.3"
}
}