-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 813 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
{
"name": "visual_thinking_api",
"version": "1.0.0",
"description": "Proyecto Visual API",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest",
"linter": "node ./node_modules/eslint/bin/eslint.js .",
"linter-fix": "node ./node_modules/eslint/bin/eslint.js . --fix",
"server": "node ./lib/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ingrzs/Visual_Thinking_API.git"
},
"author": "ramirozs",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ingrzs/Visual_Thinking_API/issues"
},
"homepage": "https://github.com/Ingrzs/Visual_Thinking_API#readme",
"devDependencies": {
"eslint": "^8.14.0",
"jest": "^28.0.3"
},
"dependencies": {
"express": "^4.18.0"
}
}