Files
xml-servicefile-parser/package.json

37 lines
830 B
JSON
Raw Normal View History

2019-06-25 22:44:15 +05:30
{
"name": "xml-servicefile-parser",
2022-01-30 13:51:34 +05:30
"version": "1.1.1",
"description": "Create scripts on servicefile.xml for flashing images on Android Phones",
2021-05-06 12:36:25 +05:30
"bin": {
"main": "index.js"
},
2019-06-25 22:44:15 +05:30
"scripts": {
2021-05-06 12:36:25 +05:30
"pkg": "pkg . --out-path build/"
},
"prettier": {
"semi": true,
"tabWidth": 4,
"singleQuote": true
2019-06-25 22:44:15 +05:30
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisvrose/xml-servicefile-parser.git"
},
2022-01-30 13:51:34 +05:30
"author": "Atreya Bain",
2019-06-25 22:44:15 +05:30
"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"
2019-06-25 23:18:19 +05:30
},
2021-05-06 12:36:25 +05:30
"pkg": {
2019-06-25 23:18:19 +05:30
"scripts": "index.js",
"assets": "settings.json"
2021-05-06 12:36:25 +05:30
},
"devDependencies": {
2022-01-30 13:54:34 +05:30
"pkg": "^5.5.2"
2019-06-25 22:44:15 +05:30
}
}