forked from matanshiloah/xml-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 895 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 895 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
36
{
"name": "rn-xml-handler",
"version": "1.0.5",
"description": "A simple XML Decoder and Encoder for React Native (and Expo)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-exports": "attw --pack .",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HMT-Engineering/rn-xml-handler.git"
},
"keywords": [
"react",
"native",
"expo",
"xml",
"parser",
"encode",
"decoder"
],
"author": "HMT Engineering SARL",
"license": "ISC",
"bugs": {
"url": "https://github.com/HMT-Engineering/rn-xml-handler/issues"
},
"homepage": "https://github.com/HMT-Engineering/rn-xml-handler#readme",
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@types/node": "^22.7.7",
"typescript": "^5.6.3"
}
}