-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "nostrpix-api",
"scripts": {
"start": "node dist/app.js",
"dev": "nodemon src/app.ts",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gringokiwi/nostrpix-api.git"
},
"bugs": {
"url": "https://github.com/gringokiwi/nostrpix-api/issues"
},
"homepage": "https://github.com/gringokiwi/nostrpix-api#readme",
"dependencies": {
"@supabase/supabase-js": "^2.48.1",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^22.13.4",
"axios": "^1.7.9",
"base-64": "^1.0.0",
"cors": "^2.8.5",
"cpf-cnpj-validator": "^1.0.3",
"dotenv": "^16.4.7",
"email-validator": "^2.0.4",
"express": "^4.21.2",
"helmet": "^8.0.0",
"node-cache": "^5.1.2",
"phone": "^3.1.58",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"nodemon": "^3.1.9"
}
}