-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.02 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
{
"name": "typescript-training-course",
"version": "1.0.0",
"description": "A set of training materials to learn how to build apps using TypeScript.",
"scripts": {
"slides:01": "remarker -s notes/01-types.md",
"slides:02": "remarker -s notes/02-interfaces.md",
"slides:03": "remarker -s notes/03-testing.md",
"slides:04": "remarker -s notes/04-classes.md",
"slides:05": "remarker -s notes/05-advanced-types.md",
"slides:06": "remarker -s notes/06-generics-decorators.md",
"slides:07": "remarker -s notes/07-config-libraries.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studiozeffa/typescript-training-course.git"
},
"keywords": ["typescript"],
"author": "Tom Spencer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/studiozeffa/typescript-training-course/issues"
},
"homepage": "https://github.com/studiozeffa/typescript-training-course#readme",
"devDependencies": {
"remarker": "studiozeffa/remarker"
}
}