Init PocketBase Client
This commit is contained in:
21
Node/package.json
Normal file
21
Node/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "node",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "rimraf ./build && tsc",
|
||||
"start": "npm run build && node build/index.js",
|
||||
"start:dev": "nodemon"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.18",
|
||||
"nodemon": "^2.0.19",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user