-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 599 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "esimswap",
"version": "2.1.0",
"type": "module",
"description": "Standards-compliant eSIM QR code parser and generator",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/yagami1997/esimswap.git"
},
"scripts": {
"build": "node build.js",
"dev": "node build.js --watch",
"preview": "npx serve dist -p 8742",
"test": "node --test tests/*.test.js"
},
"keywords": ["esim", "qr-code", "lpa", "qr-generator", "qr-parser"],
"author": "yagami1997",
"license": "GPL-3.0",
"devDependencies": {
"esbuild": "0.28.0"
}
}