{
	"name": "valory-adaptor-slimjim",
	"version": "1.0.3",
	"main": "dist/adaptor-slimjim.js",
	"license": "MIT",
	"typings": "dist/adaptor-slimjim.d.ts",
	"devDependencies": {
		"@types/node": "^10.12.18",
		"tslint": "^5.12.0",
		"typescript": "^3.2.2",
		"valory-runtime": "^3.12.2",
		"cz-conventional-changelog": "^2.1.0",
		"husky": "^1.3.0",
		"semantic-release": "^15.13.1",
		"@commitlint/cli": "^7.2.1",
		"@commitlint/config-conventional": "^7.1.2"
	},
	"dependencies": {
		"slimjim": "^0.3.2"
	},
	"peerDependencies": {
		"valory-runtime": "^3.12.2"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"pretest": "npm run build",
		"build": "tsc",
		"prepare": "npm run build",
		"release": "semantic-release"
	},
	"release": {
		"repositoryUrl": "https://github.com/jfrconley/valory-adaptor-slimjim.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-slimjim.git",
	"keywords": [
		"valory",
		"slimjim"
	],
	"husky": {
		"hooks": {
			"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
		}
	}
}
