File size: 350 Bytes
3722089 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"name": "postiz-command",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "dotenv -e ../../.env -- nest start --watch --entryFile=./apps/command/src/main",
"build": "cross-env NODE_ENV=production nest build",
"start": "node ./dist/apps/command/src/main.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}
|