schmirc/package.json

19 lines
308 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": {
"start": "node ./src/index.mjs",
"build": "cd ./data && ./generate_table"
2023-07-10 17:50:31 +00:00
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"cuffeo": "^1.2.2"
}
}