purescript-stream/package.json
Tylor Steinberger c9a3994191 0.1.0
2017-03-16 13:54:24 -04:00

39 lines
1.3 KiB
JSON

{
"name": "purescript-stream",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "yarn build && pulp run",
"build": "pulp build",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 -p angular",
"clean": "rimraf lib lib.es2015",
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"postchangelog": "git add CHANGELOG.md && git commit -m 'docs(CHANGELOG): amend changelog'",
"postversion": "npm run changelog && git push origin master --tags",
"preversion": "yarn test && yarn build && yarn login",
"release:major": "npm version major -m 'chore(package): v%s'",
"release:minor": "npm version minor -m 'chore(package): v%s'",
"test": "pulp test"
},
"author": "Tylor Steinberger",
"license": "MIT",
"devDependencies": {
"@most/eslint-config-most": "^1.0.3",
"bower": "^1.8.0",
"commitizen": "^2.9.6",
"conventional-changelog-cli": "^1.3.1",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"husky": "^0.13.2",
"pulp": "^10.0.4",
"purescript": "^0.10.7",
"uglify-js": "^2.8.11",
"validate-commit-msg": "^2.11.2"
}
}