purescript-unique/package.json

15 lines
315 B
JSON
Raw Normal View History

2015-08-09 12:56:26 +03:00
{
2015-08-09 15:52:12 +03:00
"private": true,
2015-08-09 12:56:26 +03:00
"devDependencies": {
2017-04-26 07:50:18 +03:00
"eslint": "^3.19.0",
"pulp": "^11.0.0",
"purescript-psa": "^0.5.1",
"rimraf": "^2.6.1"
},
"scripts": {
2017-04-26 07:50:18 +03:00
"clean": "rimraf output && rimraf .pulp-cache",
"build": "eslint src && pulp build -- --censor-lib --strict",
"test": "pulp test"
2015-08-09 12:56:26 +03:00
}
}