Files
xml-servicefile-parser/package.json
2022-01-30 13:54:34 +05:30

37 lines
831 B
JSON

{
"name": "xml-servicefile-parser",
"version": "1.1.1",
"description": "Create scripts on servicefile.xml for flashing images on Android Phones",
"bin": {
"main": "index.js"
},
"scripts": {
"pkg": "pkg . --out-path build/"
},
"prettier": {
"semi": true,
"tabWidth": 4,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisvrose/xml-servicefile-parser.git"
},
"author": "Atreya Bain",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisvrose/xml-servicefile-parser/issues"
},
"homepage": "https://github.com/chrisvrose/xml-servicefile-parser#readme",
"dependencies": {
"xml2js": "^0.4.19"
},
"pkg": {
"scripts": "index.js",
"assets": "settings.json"
},
"devDependencies": {
"pkg": "^5.5.2"
}
}