-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.63 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
{
"name": "package-ocex",
"version": "1.0.0",
"description": "| NOMBRE(S) | Links a Githubs Personales |\r | -------------------------------- | ---------------------------------------------------: |\r | `👩 1. Flor Nepomuceno` | 📎 [Link a Github](https://github.com/FlorNepomuceno) |\r | `👨 2. Emmanuel Hernández` | 📎 [Link a Github](https://github.com/antoni-codes) |\r | `👨🏻 3. Alejandro Aguilar` | 📎 [Link a Github](https://github.com/alexsarget) |\r | `👨🏻 4. Erick Montes` | 📎 [Link a Github](https://github.com/ErickMontesDK) |\r | `👨🏻 5. José Anaya` | 📎 [Link a Github](https://github.com) |",
"main": "script.js",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest",
"linter": "node --experimental-vm-modules ./node_modules/eslint/bin/eslint.js",
"linter-fix": "node --experimental-vm-modules ./node_modules/eslint/bin/eslint.js --fix",
"server": "node ./lib/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexsarget/OCEX.git"
},
"author": "OCEX TEAM",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexsarget/OCEX/issues"
},
"homepage": "https://github.com/alexsarget/OCEX#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"hackaton",
"hack",
"the",
"ocean"
],
"devDependencies": {
"eslint": "^8.15.0",
"jest": "^28.1.0"
},
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1"
}
}