UNPKG

wiremock-mapper

Version:
57 lines (56 loc) 1.46 kB
{ "name": "wiremock-mapper", "version": "0.7.2", "description": "DSL for setting up WireMock mappings.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README" ], "scripts": { "build": "npm run clean && tsc --project tsconfig.build.json", "clean": "rm -rf dist", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "lint": "eslint .", "release": "npm run lint && npm run test && npm run build && standard-version", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/ike18t/wiremock_mapper_node.git" }, "keywords": [ "wiremock" ], "author": "Isaac Datlof <ike18t@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ike18t/wiremock_mapper_node/issues" }, "homepage": "https://github.com/ike18t/wiremock_mapper_node#readme", "devDependencies": { "@eslint/js": "^9.3.0", "@types/jest": "^29.5.12", "@types/node": "^20.12.12", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "nock": "^13.5.4", "prettier": "^3.2.5", "standard-version": "^9.5.0", "testcontainers": "^10.28.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.5", "typescript-eslint": "^7.10.0" }, "peerDependencies": { "jest": ">=24.0.0" }, "peerDependenciesMeta": { "jest": { "optional": true } } }