-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 887 Bytes
/
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
{
"name": "awesome-documentation",
"description": "> A curated list of awesome documentation based libraries that help build small and large-scale applications with next.js.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/officialrajdeepsingh/awesome-documentation.git"
},
"keywords": [
"awesome-documentation",
"documentation",
"awesome",
"awesome-list"
],
"author": "Rajdeep Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/officialrajdeepsingh/awesome-documentation/issues"
},
"homepage": "https://github.com/officialrajdeepsingh/awesome-documentation#readme",
"scripts": {
"format": "pnpm exec prettier --write ./README.md",
"lint": "npx awesome-lint ./README.md",
"test": "pnpm run format && pnpm run lint"
},
"dependencies": {
"prettier": "^3.2.4"
}
}