1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 18:16:37 +09:00

feat(api): typescript

This commit is contained in:
2019-08-30 16:40:22 +09:00
parent 6fbd0346d0
commit f2e45bac4b
24 changed files with 340 additions and 878 deletions

View File

@@ -2,20 +2,26 @@
"name": "@namae/api",
"version": "0.1.0",
"scripts": {
"build": "tsc",
"now-build": "tsc",
"start": "tsc -w",
"test": "jest"
},
"dependencies": {
"google-it": "^1.2.1",
"isomorphic-unfetch": "^3.0.0",
"npm-name": "^5.5.0",
"typescript": "^3.6.2",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"@types/jest": "^24.0.18",
"babel-jest": "^24.9.0",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.3",
"@types/node-fetch": "^2.5.0",
"jest": "^24.9.0",
"nock": "^10.0.6"
"nock": "^10.0.6",
"ts-jest": "^24.0.2"
},
"private": true
}