mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
16 lines
343 B
JSON
16 lines
343 B
JSON
|
|
{
|
||
|
|
"name": "adarkroom",
|
||
|
|
"type": "module",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"repository": "git@github.com:doublespeakgames/adarkroom.git",
|
||
|
|
"author": "Michael Townsend <michael@doublespeakgames.com>",
|
||
|
|
"license": "MPL-2.0",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node dev-server.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"express": "^4.17.1"
|
||
|
|
}
|
||
|
|
}
|