mirror of
https://github.com/ngrok/ngrok-api-typescript.git
synced 2026-05-17 16:50:35 +00:00
24 lines
458 B
JSON
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"
|
|
}
|
|
}
|