1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/api/package.json

30 lines
633 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",
"validator": "^13.1.0",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.1",
"@types/node-fetch": "^2.5.5",
"@types/validator": "^13.0.0",
"jest": "25.5.4",
"nock": "^12.0.3",
"ts-jest": "^25.3.0"
},
"engines": {
"node": ">=10.0.0"
},
"private": true
}