Reviewed-on: #2 Co-authored-by: Luciano Giacchetta <giacchetta-@outlook.com> Co-committed-by: Luciano Giacchetta <giacchetta-@outlook.com>
32 lines
727 B
JSON
32 lines
727 B
JSON
{
|
|
"name": "nucleus",
|
|
"version": "1.0.0",
|
|
"description": "CodyOps Nucleus",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"setup": "npm ci",
|
|
"build": "npx tsc",
|
|
"start": "node dist/main.js",
|
|
"dev": "tsc-watch --noClear --onSuccess 'node ./dist/main.js'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gianet.us/codyops/nucleus.git"
|
|
},
|
|
"author": "CodyOps",
|
|
"type": "module",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"@types/body-parser": "^1.19.6",
|
|
"tsc-watch": "^7.1.1",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@directus/sdk": "^20.0.0",
|
|
"@types/express": "^5.0.3",
|
|
"body-parser": "^2.2.0",
|
|
"country-codes-list": "^2.0.0",
|
|
"express": "^5.1.0"
|
|
}
|
|
}
|