13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"name": "elna",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "tools/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node tools/index.js"
|
|
},
|
|
"author": "Eugen Wissner <belka@caraus.de>",
|
|
"license": "MPL-2.0"
|
|
}
|