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

22 lines
416 B
JSON
Raw Normal View History

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": {
"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",
"whois-json": "^2.0.4"
2019-07-31 13:40:29 +09:00
},
2019-08-14 19:55:28 +09:00
"devDependencies": {
"@babel/preset-env": "^7.5.5",
2019-08-27 03:15:35 +09:00
"@types/jest": "^24.0.18",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
2019-08-14 19:55:28 +09:00
"nock": "^10.0.6"
},
2019-07-31 13:40:29 +09:00
"private": true
2019-07-31 13:11:00 +09:00
}