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

14 lines
221 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": {
"isomorphic-unfetch": "^3.0.0",
"npm-name": "^5.5.0",
"whois-json": "^2.0.4"
2019-07-31 13:40:29 +09:00
},
"private": true
2019-07-31 13:11:00 +09:00
}