elna/package.json

13 lines
238 B
JSON
Raw Normal View History

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