-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.04 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
{
"name": "@dsmjs/twitter-together",
"description": "A repository to compose tweets together for @desmoinesjs",
"license": "MIT",
"repository": "dsmjs/twitter-together",
"bugs": "https://github.com/dsmjs/twitter-together/issues",
"homepage": "https://twitter.com/desmoinesjs",
"author": "dsmJS <[email protected]> (https://dsmjs.com)",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"lint:md": "remark . --frail",
"generate:md": "remark . --output",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"prepare": "husky install"
},
"devDependencies": {
"@dsmjs/remark-preset-lint": "2.0.19",
"ban-sensitive-files": "1.10.1",
"commitlint-config-dsmjs": "1.0.51",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.3",
"lockfile-lint": "4.12.1",
"npm-run-all": "4.1.5",
"remark-cli": "11.0.0",
"remark-toc": "9.0.0"
},
"dependencies": {}
}