forked from MyZubster-Ecosystem/myzubster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) 路 876 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) 路 876 Bytes
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
{
"name": "myzubster",
"version": "1.0.0",
"description": "MyZubster - Global Plant and Pet Map on Monero Blockchain",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js",
"test": "jest",
"test:agents": "jest tests/agents/agents.test.js --transformIgnorePatterns 'node_modules/(?!(@jest|jest-)?)'",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"express": "^4.18.2",
"dotenv": "^16.3.1",
"cors": "^2.8.5"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.0.2"
},
"jest": {
"testEnvironment": "node",
"transform": {}
},
"keywords": [
"monero",
"blockchain",
"plants",
"pets",
"ai",
"gemma-skills",
"sustainability"
],
"author": "DanielIoni-creator",
"license": "MIT"
}