UNPKG

valory-adaptor-polka

Version:
72 lines (71 loc) 1.66 kB
{ "name": "valory-adaptor-polka", "version": "1.0.3", "main": "dist/adaptor-polka.js", "typings": "dist/adaptor-polka.d.ts", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^7.1.2", "@types/node": "10.12.18", "commitlint": "^7.2.1", "cz-conventional-changelog": "^2.1.0", "husky": "^1.3.0", "semantic-release": "^15.13.1", "tslint": "^5.12.0", "typescript": "^3.2.2", "valory-runtime": "^3.12.2" }, "files": [ "dist/adaptor-polka.js", "dist/adaptor-polka.d.ts", "package.json" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pretest": "npm run build", "build": "tsc", "prepare": "npm run build", "release": "semantic-release" }, "resolutions": { "@types/node": "10.11.1" }, "dependencies": { "polka": "^0.5.1" }, "peerDependencies": { "valory-runtime": "^3.7.0" }, "release": { "repositoryUrl": "https://github.com/jfrconley/valory-adaptor-polka.git", "branch": "master", "verifyConditions": [ "@semantic-release/npm", "@semantic-release/github" ], "publish": [ "@semantic-release/npm", "@semantic-release/github" ], "success": [], "fail": [] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": "https://github.com/jfrconley/valory-adaptor-polka.git", "keywords": [ "valory", "polka" ], "husky": { "hooks": { "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } } }