forked from openjs-foundation/cross-project-council
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 665 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 665 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
{
"name": "cross-project-council",
"version": "0.0.0",
"description": "OpenJS Foundation Cross Project Council",
"scripts": {
"lint-md": "remark . -f",
"test": "npm run lint-md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openjs-foundation/cross-project-council.git"
},
"keywords": [
"javascript",
"openjs-foundation"
],
"author": "openjs-foundation",
"license": "MIT",
"homepage": "https://openjsf.org",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-lint": "^9.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3"
}
}