UNPKG

most-proxy

Version:
67 lines (66 loc) 2.41 kB
{ "name": "most-proxy", "version": "3.3.0", "description": "Circular Dependencies for most.js", "main": "lib/commonjs/index.js", "module": "lib/es2015/index.js", "jsnext:main": "lib/es2015/index.js", "typings": "lib/es2015/index.d.ts", "scripts": { "test:lint": "tslint src/**/*.ts src/*.ts", "test:unit": "TS_NODE_PROJECT=test/tsconfig.json mocha -r ts-node/register test/*.ts", "test:debug": "TS_NODE_PROJECT=test/tsconfig.json node --debug-brk --inspect ./node_modules/.bin/_mocha -r ts-node/register test/*.ts", "test": "npm run test:lint && npm run test:unit", "commit": "git-cz", "changelog": "conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 --preset angular", "postchangelog": "git add CHANGELOG.md && git commit -m 'docs(CHANGELOG): append to changelog' && git push origin master", "build:es2015": "tsc -P tsconfig.json", "build:commonjs": "tsc -P tsconfig-commonjs.json", "build": "npm run build:es2015 && npm run build:commonjs", "preversion": "npm run build", "postversion": "git push origin master && git push origin --tags && npm publish && npm run changelog", "release:minor": "npm version minor -m 'chore(package): v%s'", "release:major": "npm version major -m 'chore(package): v%s'" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { "commit-msg": "node ./node_modules/.bin/validate-commit-msg" } }, "repository": { "type": "git", "url": "git+https://github.com/mostjs-community/most-proxy.git" }, "keywords": [ "most.js", "proxy", "circular", "dependencies" ], "author": "Tylor Steinberger <tlsteinberger167@gmail.com> (github.com/TylorS)", "license": "MIT", "bugs": { "url": "https://github.com/mostjs-community/most-proxy/issues" }, "homepage": "https://github.com/mostjs-community/most-proxy#readme", "devDependencies": { "@types/mocha": "^2.2.32", "@types/node": "^6.0.46", "commitizen": "^2.8.6", "conventional-changelog-cli": "^1.2.0", "cz-conventional-changelog": "^1.2.0", "ghooks": "^1.3.2", "mocha": "^3.1.2", "ts-node": "^1.7.0", "tslint": "^4.0.0-dev.1", "typescript": "^2.2.0-dev.20161111", "validate-commit-msg": "^2.8.2" }, "dependencies": { "@most/multicast": "^1.2.4", "most": "^1.1.0" } }