schmirc/package.json
2023-07-14 00:06:15 +02:00

18 lines
262 B
JSON

{
"name": "schmirc",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"cpu": [
"x64"
],
"scripts": {
"start": "node ./src/index.mjs"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"cuffeo": "^1.2.2"
}
}