generated from rstropek/ignite-2022-gh-classroom-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 887 Bytes
/
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
{
"name": "ignite-2022-gh-classroom-intro",
"version": "1.0.0",
"description": "Sample: Introduction to GitHub Classroom",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && jest",
"test-1": "npm run test -- -t \"Level 1\"",
"test-2": "npm run test -- -t \"Level 2\"",
"test-3": "npm run test -- -t \"Level 3\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstropek/ignite-2022-gh-classroom-intro.git"
},
"author": "Rainer Stropek",
"license": "MIT",
"bugs": {
"url": "https://github.com/rstropek/ignite-2022-gh-classroom-intro/issues"
},
"homepage": "https://github.com/rstropek/ignite-2022-gh-classroom-intro#readme",
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node": "^18.8.4",
"jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}