-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.98 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
43
44
45
46
{
"name": "swe-apprentice-success",
"version": "1.0.0",
"description": "Elevating Software Engineering Skills through Additional Practice and Assistance",
"main": "index.js",
"scripts": {
"start": "test:nowatch",
"test:nowatch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch-all --verbose",
"test:1-": "node --experimental-vm-modules node_modules/jest/bin/jest.js 1- --watch-all --verbose",
"test:w1": "node --experimental-vm-modules node_modules/jest/bin/jest.js 01 --watch-all --verbose",
"test:w1:primers": "node --experimental-vm-modules node_modules/jest/bin/jest.js 01/1-primers --watch-all --verbose",
"test:w1:progressors": "node --experimental-vm-modules node_modules/jest/bin/jest.js 01/2-progressors --watch-all --verbose",
"test:w1:prodigies": "node --experimental-vm-modules node_modules/jest/bin/jest.js 01/3-prodigies --watch-all --verbose",
"test:2-": "node --experimental-vm-modules node_modules/jest/bin/jest.js 2- --watch-all --verbose",
"test:3-": "node --experimental-vm-modules node_modules/jest/bin/jest.js 3- --watch-all --verbose"
},
"license": "LicenseRef-LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/MultiverseLearningProducts/SWE-APPRENTICE-SUCCESS.git"
},
"keywords": [],
"author": "Multiverse Learning Products",
"dependencies": {
"basic-auth": "2.0.1",
"express": "4.18.2",
"express-graphql": "0.12.0",
"express-validator": "6.15.0",
"sequelize": "6.29.0",
"sqlite3": "5.1.4"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.4.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"process": "^0.11.10",
"react-test-renderer": "^18.2.0",
"supertest": "6.3.3"
},
"type": "module"
}