mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
Bumps [jest](https://github.com/facebook/jest) from 25.4.0 to 25.5.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v25.4.0...v25.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"name": "@namae/api",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint . --ext .ts,.tsx --format visualstudio --fix",
|
|
"start": "tsc -w",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.0",
|
|
"npm-name": "^6.0.0",
|
|
"whois-json": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.9.0",
|
|
"@types/node": "^13.9.5",
|
|
"@types/node-fetch": "^2.5.5",
|
|
"jest": "25.5.4",
|
|
"nock": "^12.0.3",
|
|
"ts-jest": "^25.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"private": true
|
|
}
|