16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "systemd-unitfile2",
|
|
"version": "1.0.0",
|
|
"description": "Parse systemd unit files",
|
|
"main": "src/mod.mjs",
|
|
"exports": "src/mod.mjs",
|
|
"scripts": {
|
|
"test": "./scripts/run-tests"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"chevrotain": "^7.0.3"
|
|
}
|
|
}
|