mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-29 18:05:12 +03:00
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"pulp": "^11.0.0",
|
|
"purescript-psa": "^0.5.1",
|
|
"rimraf": "^2.6.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf output && rimraf .pulp-cache",
|
|
"build": "eslint src && pulp build -- --censor-lib --strict",
|
|
"test": "pulp test"
|
|
}
|
|
}
|