airalo-sdk-type
Version:
UNOFFICIAL AIRALO API INTEGRATION FOR JAVASCRIPT/TYPESCRIPT
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "airalo-sdk-type",
"version": "0.0.9",
"description": "UNOFFICIAL AIRALO API INTEGRATION FOR JAVASCRIPT/TYPESCRIPT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "npx tsc -p tsconfig.json",
"test": "jest",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/togtokh-dev/airalo.git"
},
"keywords": [
"airalo",
"esim",
"api",
"sdk",
"typescript"
],
"author": "Buyantogtokh",
"license": "ISC",
"bugs": {
"url": "https://github.com/togtokh-dev/airalo/issues"
},
"homepage": "https://github.com/togtokh-dev/airalo/#readme",
"dependencies": {
"axios": "^1.6.2",
"axios-master": "^2.0.4",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "^18.19.68",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
}
}