20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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",
|
|
"sqlite3": "^4.1.1"
|
|
}
|
|
}
|