mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.5.0 to 2.5.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
28 lines
571 B
JSON
28 lines
571 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": "^25.1.3",
|
|
"@types/node": "^13.7.4",
|
|
"@types/node-fetch": "^2.5.5",
|
|
"jest": "^24.9.0",
|
|
"nock": "^12.0.2",
|
|
"ts-jest": "^25.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"private": true
|
|
}
|