pact-gen-ts
Version:
Generating pact files from typescript definitions
62 lines (61 loc) • 1.54 kB
JSON
{
"name": "pact-gen-ts",
"version": "0.19.0",
"description": "Generating pact files from typescript definitions",
"keywords": [
"pacts",
"contracts",
"tests",
"typescript"
],
"main": "./lib/index.js",
"bin": {
"pact-gen-ts": "./bin/pact-gen-ts.js"
},
"files": [
"lib",
"bin"
],
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json",
"release": "semantic-release",
"test": "jest",
"prepare": "node .husky/install.mjs"
},
"dependencies": {
"glob": "^7.1.6",
"qs": "^6.12.1",
"ts-morph": "^25.0.0"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/qs": "^6.9.15",
"axios": "^0.21.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"semantic-release": "^17.4.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.7.3"
},
"peerDependencies": {
"typescript": "~5.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HLTech/pact-gen-ts.git"
},
"homepage": "https://github.com/HLTech/pact-gen-ts",
"bugs": {
"url": "https://github.com/HLTech/pact-gen-ts/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
}