15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"name": "rainer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"start": "node src/index.mjs"
|
|
},
|
|
"author": "Flummi",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cuffeo": "^1.2.2"
|
|
}
|
|
}
|