valory-adaptor-fastify
Version:
Fastify adaptor for valory
66 lines (65 loc) • 1.51 kB
JSON
{
"name": "valory-adaptor-fastify",
"version": "3.1.1",
"description": "Fastify adaptor for valory",
"typings": "dist/adaptor-fastify.d.ts",
"main": "dist/adaptor-fastify.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretest": "npm run build",
"build": "tsc",
"prepare": "npm run build",
"release": "semantic-release",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"author": "",
"license": "ISC",
"files": [
"dist",
"package.json"
],
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@types/node": "^10.12.18",
"@types/swagger-schema-official": "^2.0.14",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.3.0",
"semantic-release": "^15.13.1",
"typescript": "^3.2.2",
"valory-runtime": "^3.12.2"
},
"peerDependencies": {
"valory-runtime": "^3.12.2"
},
"dependencies": {
"fastify": "^1.13.3"
},
"release": {
"repositoryUrl": "https://github.com/jfrconley/valory-adaptor-fastify.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-fastify.git",
"keywords": [
"valory",
"fastify"
]
}