14 lines
281 B
JSON
14 lines
281 B
JSON
|
{
|
||
|
"name": "backend",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "./pocketbase serve",
|
||
|
"clean-migrations": "rm -rf pb_migrations && ./pocketbase migrate collections"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|