Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases) - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) --- updated-dependencies: - dependency-name: xml2js dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
830 B
JSON
37 lines
830 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.5.0"
|
|
},
|
|
"pkg": {
|
|
"scripts": "index.js",
|
|
"assets": "settings.json"
|
|
},
|
|
"devDependencies": {
|
|
"pkg": "^5.5.2"
|
|
}
|
|
}
|