aa8accfbf8
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "validator-api-test-suite",
|
|
"version": "1.0.0",
|
|
"description": "a basic validator-api suite to test the validator-api",
|
|
"main": "dist/index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test:sandbox": "TEST_ENV=sandbox jest --forceExit --detectOpenHandles --passWithNoTests",
|
|
"test:prod": "TEST_ENV=prod jest --forceExit --detectOpenHandles --passWithNoTests",
|
|
"build": "tsc",
|
|
"lint": "eslint --ext .js,.ts,.tsx .",
|
|
"lint:fix": "eslint src --fix",
|
|
"cleanup": "rm -rf node_modules; rm -rf dist; yarn install"
|
|
},
|
|
"author": "Nymtech",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": "18.1.0",
|
|
"npm": "8.x"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"eslint": "^8.21.0",
|
|
"form-data": "4.0.0",
|
|
"json-stringify-safe": "5.0.1",
|
|
"tslog": "3.3.3",
|
|
"uuid": "8.3.2",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "28.1.6",
|
|
"@types/mocha": "^10.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"axios-mock-adapter": "^1.20.0",
|
|
"eslint-config-prettier": "^8.4.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^28.1.3",
|
|
"jest-junit": "^14.0.0",
|
|
"prettier": "^2.8.7",
|
|
"process": "0.11.10",
|
|
"ts-jest": "28.0.7",
|
|
"typescript": "^4.7.4",
|
|
"uuidv4": "^6.2.12"
|
|
}
|
|
}
|