schmirc/package.json

18 lines
262 B
JSON
Raw Normal View History

2023-07-10 17:50:31 +00:00
{
"name": "schmirc",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"cpu": [
"x64"
],
2023-07-10 17:50:31 +00:00
"scripts": {
2023-07-13 22:06:15 +00:00
"start": "node ./src/index.mjs"
2023-07-10 17:50:31 +00:00
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"cuffeo": "^1.2.2"
}
}