Add package file and src folder

main
Arseniy Prosvirnin 2 years ago
parent 92bd41dafc
commit 5efb707394
No known key found for this signature in database
GPG Key ID: 662ADE783CBB4026

@ -0,0 +1,20 @@
{
"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"
}
}

@ -0,0 +1 @@
console.log("hello");
Loading…
Cancel
Save