-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 785 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "node-console-playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"execute": "cross-env NODE_NO_WARNINGS=1 node --loader ts-node/esm -r ts-node/register",
"snowflakes": "pnpm execute snowflakes/index.ts",
"flappy-bit": "pnpm execute flappy-bit/index.ts",
"snake-mmo": "pnpm execute snake-mmo/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fluvial/cors": "^0.4.6",
"@fluvial/csp": "^0.4.6",
"@types/node": "^18.11.13",
"ansi-colors": "^4.1.3",
"cross-env": "^7.0.3",
"fluvial": "^0.4.6",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
}