-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 1.17 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
37
38
39
40
41
42
43
44
45
{
"name": "level-awesome",
"version": "0.0.1",
"description": "Tooling to update the README for level/awesome",
"private": true,
"license": "MIT",
"scripts": {
"test": "standard && npm run dependency-check",
"awesome": "node src README.md modules/*",
"dependency-check": "dependency-check . src/*.js -i dependency-check -i standard"
},
"devDependencies": {
"dependency-check": "^4.1.0",
"glob": "^7.1.2",
"intersperse": "^1.0.0",
"map-limit": "0.0.1",
"mdast-util-heading-range": "^2.1.0",
"packument": "^2.0.0",
"packument-package": "^2.0.0",
"remark": "^11.0.1",
"remark-collapse": "~0.1.2",
"remark-github": "^8.0.0",
"remark-stringify": "^7.0.1",
"remark-toc": "^7.0.0",
"semver": "^7.3.5",
"standard": "^16.0.3",
"thunky-with-args": "^1.0.0",
"to-vfile": "^6.0.0",
"unist-builder": "^2.0.0",
"unist-util-visit": "^2.0.0",
"vfile-reporter": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Level/awesome.git"
},
"homepage": "https://github.com/Level/awesome",
"keywords": [
"awesome",
"level"
],
"engines": {
"node": ">=12"
}
}