@agreed/core
Version:
agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract
73 lines (72 loc) • 1.84 kB
JSON
{
"name": "@agreed/core",
"version": "6.0.0",
"description": "agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract",
"main": "index.js",
"scripts": {
"test": "eater",
"lcov": "nyc --reporter=lcov npm test",
"codecov": "npm run lcov && codecov",
"lint": "run-s lint:*",
"lint:lib": "eslint ./lib/**/*.js",
"lint:test": "eslint ./test/**/*.js",
"lint:root": "eslint ./*.js",
"lintfix:lib": "eslint ./lib/**/*.js --fix",
"lintfix:test": "eslint ./test/**/*.js --fix",
"lintfix:root": "eslint ./*.js --fix",
"lintfix": "run-s lintfix:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recruit-tech/agreed.git"
},
"bugs": {
"url": "https://github.com/recruit-tech/agreed-core/issues"
},
"homepage": "https://github.com/recruit-tech/agreed-core",
"keywords": [
"agreed",
"consumer",
"driven",
"contract",
"mock",
"test",
"server"
],
"author": "yosuke-furukawa",
"license": "MIT",
"dependencies": {
"@types/node": "^18.0.0",
"json5": "^2.0.0",
"jsonschema": "^1.2.4",
"path-to-regexp": "^6.0.0",
"stable": "^0.1.8",
"typescript": "^4.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"assert-stream": "1.1.1",
"body-parser": "1.20.0",
"codecov": "3.8.3",
"eater": "4.0.4",
"eslint": "7.32.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1",
"espower-loader": "1.2.2",
"express": "4.18.2",
"is-empty": "1.2.0",
"must-call": "1.0.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"plz-port": "1.0.0",
"power-assert": "1.6.1",
"prettier": "2.8.4"
},
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "lib",
"test": "test"
}
}