You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
439 B
JSON

{
"name": "@phc/problemi-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ./main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@polka/send-type": "^0.5.2",
"body-parser": "^1.20.1",
"chalk": "^5.1.2",
"polka": "^0.5.2",
"serve-static": "^1.15.0"
}
}