mirror of
https://github.com/lennyhans/systemd-to-openrc.git
synced 2026-03-09 20:31:09 +00:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"name": "systemd-to-openrc",
|
|
"version": "1.0.0",
|
|
"description": "The #!openrc-run generator",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|