-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 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
32
33
34
35
{
"name": "arkib",
"version": "0.0.12",
"description": "Unofficial client API for National Archives of Malaysia (Arkib Negara)",
"main": "lib/index.js",
"keywords": [
"malaysia",
"archive",
"arkib",
"api"
],
"author": "Adib Zaini",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"fast-xml-parser": "^3.19.0",
"html-to-text": "^7.0.0"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ADIBzTER/arkib.git"
},
"bugs": {
"url": "https://github.com/ADIBzTER/arkib/issues"
},
"homepage": "https://github.com/ADIBzTER/arkib#readme",
"devDependencies": {
"@types/html-to-text": "^6.0.0",
"@types/node": "^14.14.37",
"typescript": "^4.2.3"
}
}