generated from HackYourFuture/Assignments
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
70 lines (70 loc) · 2.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "assignments",
"version": "1.0.0",
"description": "> If you are following the HackYourFuture curriculum we recommend you to start with module 1: [HTML/CSS/GIT](https://github.com/HackYourFuture/HTML-CSS). To get a complete overview of the HackYourFuture curriculum first, click [here](https://github.com/HackYourFuture/curriculum).",
"main": "index.js",
"scripts": {
"test": "node ./test-runner",
"testalt": "node ./test-runner @assignment",
"it": "node ./test-runner/run-it",
"alt": "node ./test-runner/run-it @assignment",
"reset-reports": "node ./test-runner/reset-reports",
"sysinfo": "node ./test-runner/sysinfo",
"postinstall": "npm run sysinfo",
"cleanup": "node ./test-runner/cleanup",
"encrypt": "node ./test-runner/encrypt",
"decrypt": "node ./test-runner/decrypt",
"precommit": "npm run reset-reports && npm run cleanup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFuture/Assignments.git"
},
"keywords": [
"assignments",
"HackYourFuture"
],
"author": "Jim Cramer for HackYourFuture",
"engines": {
"node": ">=14"
},
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/HackYourFuture/Assignments/issues"
},
"homepage": "https://github.com/HackYourFuture/Assignments#readme",
"alias": {
"pokerDiceRoller": "./3-UsingAPIs/Week1/assignment"
},
"WARNING": "Do not update major versions of dependencies as they may break the test runner",
"dependencies": {
"@html-validate/stylish": "^3.0.1",
"@types/jest": "^29.0.3",
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"chalk": "^4.0.0",
"comment-json": "^4.2.3",
"cryptr": "^6.0.3",
"cspell": "^6.10.1",
"dotenv": "^16.0.2",
"eslint": "^8.24.0",
"eslint-plugin-hyf": "git://github.com/remarcmij/eslint-plugin-hyf.git",
"eslint-plugin-no-autofix": "^1.2.3",
"fast-glob": "^3.2.12",
"html-validate": "^7.5.0",
"inquirer": "^8.0.0",
"jest": "^29.0.3",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-fetch": "^2.0.0",
"open": "^8.4.0",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"serve-handler": "^6.1.3",
"strip-ansi": "^7.0.1",
"systeminformation": "^5.12.6",
"winston": "^3.8.2"
}
}