-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 844 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 844 Bytes
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
{
"name": "fingerprint-solution",
"version": "1.0.3",
"description": "Library untuk mendownload data Absensi dari Mesin fingerprint Solution",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arham Anwar <arham.code@gmail.com> (https://arham.id/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arhamcode/fingerprint-solution"
},
"keywords": [
"attendance",
"fingerprint-solution"
],
"bugs": {
"url": "https://github.com/arhamcode/fingerprint-solution/issues"
},
"homepage": "https://github.com/arhamcode/fingerprint-solution",
"dependencies": {
"@types/xml2js": "^0.4.11",
"axios": "^0.27.2",
"xml2js": "^0.4.23"
},
"contributors": [
"Arham Anwar (https://github.com/arhamcode)"
]
}