schmirc/package.json
2023-07-12 03:10:13 +02:00

19 lines
308 B
JSON

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