mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "@namae/api",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"google-it": "^1.2.1",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"npm-name": "^5.5.0",
|
|
"whois-json": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@types/jest": "^24.0.18",
|
|
"babel-jest": "^24.9.0",
|
|
"jest": "^24.9.0",
|
|
"nock": "^10.0.6"
|
|
},
|
|
"private": true
|
|
}
|