mirror of
https://github.com/ngrok/ngrok-api-typescript.git
synced 2026-05-17 16:50:35 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@ngrok/ngrok-api",
|
|
"version": "0.19.0",
|
|
"homepage": "https://ngrok.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ngrok/ngrok-api-typescript.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ngrok/ngrok-api-typescript/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"test": "jest",
|
|
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"form-data": "^4.0.0",
|
|
"wretch": "^1.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
"@typescript-eslint/parser": "^4.26.0",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-jest": "^24.3.6",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"jest": "^27.0.3",
|
|
"nock": "^13.1.0",
|
|
"prettier": "^2.3.0",
|
|
"ts-jest": "^27.0.2",
|
|
"typedoc": "0.21.9",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|