Files
OptiTrainer/server/package.json

19 lines
348 B
JSON
Raw Normal View History

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2020-04-23 21:12:38 -05:00
"start": "./micro-serve index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async-to-gen": "^1.4.0",
"better-sqlite3": "^6.0.1",
"micro": "^9.3.4",
"micro-core": "^0.4.0",
"querystring": "^0.2.0"
}
}