2019-07-31 13:11:00 +09:00
|
|
|
{
|
2019-07-31 13:40:29 +09:00
|
|
|
"name": "@namae/api",
|
2019-07-31 13:11:00 +09:00
|
|
|
"version": "0.1.0",
|
2019-08-03 00:35:23 +09:00
|
|
|
"scripts": {
|
2019-08-30 16:40:22 +09:00
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc -w",
|
2019-08-03 00:35:23 +09:00
|
|
|
"test": "jest"
|
|
|
|
},
|
2019-07-31 13:11:00 +09:00
|
|
|
"dependencies": {
|
2019-08-27 03:15:35 +09:00
|
|
|
"google-it": "^1.2.1",
|
2019-07-31 13:11:00 +09:00
|
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
|
|
"npm-name": "^5.5.0",
|
2019-08-30 16:40:22 +09:00
|
|
|
"typescript": "^3.6.2",
|
2019-07-31 13:11:00 +09:00
|
|
|
"whois-json": "^2.0.4"
|
2019-07-31 13:40:29 +09:00
|
|
|
},
|
2019-08-14 19:55:28 +09:00
|
|
|
"devDependencies": {
|
2019-08-27 03:15:35 +09:00
|
|
|
"@types/jest": "^24.0.18",
|
2019-08-30 16:40:22 +09:00
|
|
|
"@types/nock": "^10.0.3",
|
|
|
|
"@types/node": "^12.7.3",
|
|
|
|
"@types/node-fetch": "^2.5.0",
|
2019-08-27 03:15:35 +09:00
|
|
|
"jest": "^24.9.0",
|
2019-08-30 16:40:22 +09:00
|
|
|
"nock": "^10.0.6",
|
|
|
|
"ts-jest": "^24.0.2"
|
2019-08-14 19:55:28 +09:00
|
|
|
},
|
2019-07-31 13:40:29 +09:00
|
|
|
"private": true
|
2019-07-31 13:11:00 +09:00
|
|
|
}
|