You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
457 B
21 lines
457 B
{
|
|
"name": "gaterunner-core",
|
|
"version": "0.0.1",
|
|
"description": "core api for GateRunner card game",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node src/main.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"fp-ts": "^2.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"semantic-release": "^22.0.7",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|