unitfile-parser/package.json
2020-11-25 03:11:59 +01:00

19 lines
360 B
JSON

{
"name": "unitfile-parser",
"version": "1.0.0",
"description": "Parse systemd unit files",
"main": "src/mod.mjs",
"type": "module",
"scripts": {
"test": "node ./test/spec.mjs './test/examples/*.mjs'"
},
"author": "",
"license": "ISC",
"dependencies": {
"chevrotain": "^7.0.3"
},
"devDependencies": {
"glob": "^7.1.6"
}
}