23 lines
434 B
JSON
23 lines
434 B
JSON
{
|
|
"name": "fakemoney",
|
|
"version": "0.0.1",
|
|
"description": "Fake Money Payment Processor",
|
|
"license": "GPL-3.0",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"workspaces": [
|
|
"client",
|
|
"server",
|
|
"shared"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|