UNPKG

4.5

Version:

Monadic test assertions

67 lines (66 loc) 2.1 kB
{ "name": "4.5", "version": "0.5.0", "description": "Monadic test assertions", "main": "lib/index.js", "module": "lib.es2015/index.js", "jsnext:main": "lib.es2015/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "yarn build:commonjs && yarn build:es2015", "build:commonjs": "tsc -P .config/tsconfig.commonjs.json", "build:es2015": "tsc -P .config/tsconfig.es2015.json", "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 && npm publish", "preversion": "yarn test && yarn build", "release:major": "npm version major -m 'chore(package): v%s'", "release:minor": "npm version minor -m 'chore(package): v%s'", "test": "yarn test:lint && yarn test:unit", "test:lint": "tslint src/**/*.ts", "test:unit": "ts-node .scripts/ts-mocha.ts" }, "repository": { "type": "git", "url": "git+https://github.com/TylorS/4.5.git" }, "keywords": [ "most", "mostjs", "reactive", "functional", "http", "xhr" ], "author": "Tylor Steinberger <tlsteinberger167@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/TylorS/4.5/issues" }, "homepage": "https://github.com/TylorS/4.5#readme", "devDependencies": { "@motorcycle/tslint": "^1.3.0", "@types/glob-expand": "^0.0.30", "@types/mocha": "^2.2.39", "@types/node": "^7.0.5", "@types/superagent": "^2.0.36", "commitizen": "^2.9.5", "conventional-changelog-cli": "^1.2.0", "cz-conventional-changelog": "^1.2.0", "glob-expand": "^0.2.1", "husky": "^0.13.1", "mocha": "^3.2.0", "rimraf": "^2.5.4", "ts-node": "^2.1.0", "tslint": "^4.4.2", "typescript": "^2.1.6", "validate-commit-msg": "^2.11.1" }, "dependencies": { "@typed/curry": "^1.0.1", "typed-colors": "^1.0.0" } }