UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

100 lines (99 loc) 3.36 kB
{ "name": "@contract-case/case-core", "version": "0.28.1", "description": "Core functionality for the ContractCase contract testing suite", "keywords": [ "testing", "api", "pact", "contracttesting", "contract-testing", "contractcase" ], "author": "Timothy Jones <timothy.l.jones@gmail.com> (https://github.com/TimothyJones)", "homepage": "https://case.contract-testing.io", "license": "BSD-3-Clause", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "directories": { "src": "src", "dist": "dist" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/case-contract-testing/case.git" }, "scripts": { "build": "rimraf dist && tsc --project tsconfig.build.json", "postbuild": "attw --pack", "lint": "eslint", "lint:fix": "eslint --fix", "format:base": "prettier --parser typescript \"{src,bin}/**/*.ts\"", "format:check": "npm run format:base -- --list-different", "format:fix": "npm run format:base -- --write ", "test": "cross-env CASE_MAINTAINER_TESTING_VERSION_OVERRIDE=true jest", "test:verify": "cross-env CASE_MAINTAINER_TESTING_VERSION_OVERRIDE=true CASE_publish=false jest --testMatch '**/?(*.)+(spec.verify).[tj]s' --coverageDirectory=./coverage-verify/", "test:local": "cross-env CASE_MAINTAINER_TESTING_VERSION_OVERRIDE=true CASE_publish=false jest", "test:local:verify": "cross-env CASE_MAINTAINER_TESTING_VERSION_OVERRIDE=true CASE_publish=false jest --testMatch '**/?(*.)+(spec.verify).[tj]s' --coverageDirectory=./coverage-verify/" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/TimothyJones" }, "engines": { "node": ">=14.21.2" }, "bugs": { "url": "https://github.com/case-contract-testing/case/issues" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@contract-case/case-definition-dsl": "0.28.1", "@contract-case/case-maintainer-config": "0.28.1", "@contract-case/eslint-config-case-maintainer": "0.28.1", "@types/current-git-branch": "^1.1.6", "@types/express": "^4.17.14", "@types/git-rev-sync": "^2.0.2", "@types/is-ci": "^3.0.0", "@types/jest": "^30.0.0", "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^2.2.0", "cross-env": "^10.1.0", "eslint": "^9.39.1", "express": "^4.21.0", "jest": "^30.2.0", "lcov-result-merger": "^5.0.1", "prettier": "3.6.2", "rimraf": "^6.1.2", "ts-jest": "^29.4.5", "ts-node": "^10.9.2", "typescript": "5.9.3" }, "dependencies": { "@contract-case/case-core-plugin-function": "0.28.1", "@contract-case/case-core-plugin-http": "0.28.1", "@contract-case/case-core-plugin-http-dsl": "0.28.1", "@contract-case/case-entities-internal": "0.28.1", "@contract-case/case-plugin-base": "0.28.1", "@contract-case/case-plugin-dsl-types": "0.28.1", "absolute-version": "^2.0.0", "async-mutex": "^0.5.0", "axios": "^1.12.2", "chalk": "^4.1.2", "filenamify": "^4.3.0", "git-rev-sync": "^3.0.1", "is-ci": "^4.1.0", "mkdirp": "^3.0.1", "pretty-format": "^30.2.0", "qs": "^6.14.1", "slug": "^9.1.0" }, "gitHead": "666242a2b5a9cf81c43e99906b860c55a6fa056b" }