chore(package): setup npm scripts

This commit is contained in:
Tylor Steinberger 2017-03-12 21:39:42 -04:00
parent 6b75d2f2a7
commit 820bb35cd5
3 changed files with 3249 additions and 42 deletions

View File

@ -1,5 +1,5 @@
{
"name": "tempest",
"name": "purescript-stream",
"ignore": [
"**/.*",
"node_modules",

View File

@ -4,22 +4,39 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && pulp build"
"build": "rollup -c && 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",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^2.0.0",
"uglify-js": "^2.8.11"
"uglify-js": "^2.8.11",
"validate-commit-msg": "^2.11.2"
},
"dependencies": {
"@most/prelude": "^1.5.0"

3266
yarn.lock

File diff suppressed because it is too large Load Diff