forked from Noracs24/evaluacionFinal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 656 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 656 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
{
"name": "proyecto",
"version": "1.0.0",
"description": "Proyecto mixto JavaScript/Python con estructura mantenida",
"main": "index.js",
"scripts": {
"test": "jasmine",
"test:watch": "jasmine --watch",
"test:ci": "npm ci && npx jasmine",
"build:js": "echo 'Build JavaScript files in src/js/'",
"build:py": "echo 'Build Python files in src/python/'"
},
"devDependencies": {
"jasmine": "^5.0.0",
"jasmine-console-reporter": "^3.1.0",
"jasmine-spec-reporter": "^7.0.0"
},
"keywords": [
"testing",
"jasmine",
"integration",
"javascript",
"python"
],
"author": "",
"license": "ISC"
}