24 lines
426 B
JSON
24 lines
426 B
JSON
{
|
|
"name": "unitfile-parser",
|
|
"version": "1.0.4",
|
|
"description": "Parse systemd unit files",
|
|
"main": "./src/mod.mjs",
|
|
"exports": "./src/mod.mjs",
|
|
"scripts": {
|
|
"test": "./scripts/run-tests"
|
|
},
|
|
"keywords": [
|
|
"systemd",
|
|
"unit",
|
|
"file",
|
|
"parse",
|
|
"parser",
|
|
"ast"
|
|
],
|
|
"author": "b12f",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"chevrotain": "^7.0.3"
|
|
}
|
|
}
|