-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "note",
"version": "1.0.0",
"description": "Educational Open Source Project to practice with `JavaScript, TypeScript, Node, oclif, Git, Web Components, and Project Management`",
"main": "index.js",
"directories": {
"doc": "docs"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"dependencies": {},
"devDependencies": {
"commitizen": "^3.1.1",
"git-cz": "^3.2.1"
},
"scripts": {
"commit": "git add -Ap && git-cz",
"generate:codelabs": "(cd docs/workshop/site/workshop/codelabs; for smth in $(ls *.md); do (claat export $smth); done)",
"publish:site": "git subtree push --prefix docs/workshop/site korzio.github.io master",
"start:site": "(cd docs/workshop/site/ && npx http-serve)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/korzio/note.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/korzio/note/issues"
},
"homepage": "https://github.com/korzio/note#readme"
}