Files
ngrok-api-typescript/package.json
T
ngrok-release-bot 63c598321f 0.0.2
2020-12-07 21:53:21 +00:00

24 lines
458 B
JSON

{
"name": "@ngrok/rest",
"version": "0.0.2",
"main": "lib/index",
"types": "lib/types",
"scripts": {
"build": "tsc -p .",
"test": "jest"
},
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"wretch": "^1.7.4"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@typescript-eslint/parser": "^4.3.0",
"jest": "^26.5.3",
"nock": "^13.0.4",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
}
}