first commit
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "grpc_picture",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:MrZhangZc/grpc_picture.git",
|
||||
"author": "zzc <1761997216@qq.com>",
|
||||
"license": "MIT",
|
||||
"standard": {
|
||||
"globals": [
|
||||
"__pgQuery"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=production node ./bin/rpc",
|
||||
"start:dev": "nodemon ./bin/rpc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "^1.7.0",
|
||||
"@grpc/proto-loader": "^0.7.2",
|
||||
"canvas": "^2.10.1",
|
||||
"dotenv": "^16.0.2",
|
||||
"pg": "^8.8.0",
|
||||
"pg-pool": "^3.5.2",
|
||||
"pino": "^8.6.0",
|
||||
"pino-pretty": "^9.1.0",
|
||||
"qiniu": "^7.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user