-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@montarist/airalo-api",
"version": "1.0.4",
"description": "An unofficial Airalo eSIM services integration for JavaScript/TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:coverage": "jest --coverage",
"prepare": "npm run build",
"lint": "eslint 'src/**/*.ts'",
"format": "prettier --write 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/montarist/airalo-api.git"
},
"keywords": [
"airalo",
"esim",
"sim",
"e-sim",
"airalo",
"airalo-api",
"airalo-esim",
"airalo-sim",
"airalo-e-sim",
"airalo-partner-api",
"nodejs",
"javascript",
"typescript"
],
"author": "Montarist Bilisim",
"license": "MIT",
"bugs": {
"url": "https://github.com/montarist/airalo-api/issues"
},
"homepage": "https://github.com/montarist/airalo-api#readme",
"dependencies": {
"axios": "^1.7.9",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/form-data": "^2.5.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.12",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"publishConfig": {
"access": "public"
}
}