26 lines
528 B
JSON
26 lines
528 B
JSON
{
|
|
"name": "worldplay-website",
|
|
"version": "1.0.0",
|
|
"description": "WORLDPLAY event website - prefiguring postcapitalist futures through fiction, performance and play",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node server.js"
|
|
},
|
|
"keywords": [
|
|
"worldplay",
|
|
"event",
|
|
"commons",
|
|
"postcapitalism",
|
|
"futures"
|
|
],
|
|
"author": "WORLDPLAY Collective",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|