-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
24 lines (24 loc) · 944 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
{
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "spago build",
"build:watch": "spago build --watch",
"build:client:basic": "pulp --watch browserify --main Payload.Examples.Basic.Client --to output/examples/basicClient.js -- --censor-lib --strict",
"docs:local": "spago docs",
"example:github": "nodemon -w output --exec \"node -e 'import(\\\"./output/Payload.Examples.ClientGitHub.Main/index.js\\\").then(m => m.main())'\"",
"publish:version": "spago bump-version",
"publish:push": "pulp publish",
"test": "spago test --watch --main Payload.Test.Main"
},
"devDependencies": {
"bower": "^1.8.14",
"nodemon": "2.0.21",
"pulp": "^16.0.2",
"purescript": "^0.15.12",
"purescript-psa": "0.8.2",
"rimraf": "4.3.1",
"spago": "^0.21.0",
"xhr2": "https://github.com/hoodunit/node-xhr2.git#6f65a6557706842b7284191f15ec9afaba270909"
}
}