-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 858 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 858 Bytes
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
{
"name": "talk-proposals",
"description": "Submit proposals for topics that you would like to learn about or that you would like to present about",
"license": "MIT",
"private": true,
"author": "dsmJS",
"repository": "dsmjs/talk-proposals",
"bugs": "https://github.com/dsmjs/talk-proposals/issues",
"homepage": "https://github.com/dsmjs/talk-proposals#readme",
"scripts": {
"lint:md": "globstar --node -- markdownlint **/*.md",
"test": "run-s lint:*",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"commitlint-config-dsmjs": "1.0.51",
"cz-conventional-changelog": "3.3.0",
"globstar": "1.0.0",
"husky": "8.0.3",
"markdownlint-cli": "0.31.1",
"npm-run-all": "4.1.5"
},
"dependencies": {}
}