-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"name": "code-tell-you-javascript",
"version": "0.0.1",
"description": "[](https://mybinder.org/v2/gh/awamwang/code-tell-you-javascript.git/master)",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"readme": "node build/readme/readme.js src",
"dev": "jupyter lab",
"push:force": "cross-env HUSKY_SKIP_HOOKS=1 git push",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awamwang/code-tell-you-javascript.git"
},
"keywords": [
"javascript",
"code",
"snippet"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/awamwang/code-tell-you-javascript/issues"
},
"homepage": "https://github.com/awamwang/code-tell-you-javascript#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"commitizen": "^4.2.1",
"recursive-readdir-async": "^1.1.8"
},
"dependencies": {
"utils": "file:lib/utils"
}
}