-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "ore-ero",
"version": "1.0.0",
"description": "Open Resource Exchange - Échange de ressources ouvert",
"main": "index.js",
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"lint": "npm run lint:js && npm run lint:html",
"lint:html": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only --no-langdetect --skip-non-html _site/",
"lint:js": "eslint . && prettier -c \"**/*.js\" \"**/*.mjs\"",
"lint:md": "markdownlint-cli2 \"**/*.md\"",
"open-licences": "licensee --errors-only",
"prettify": "eslint . --fix && prettier -w .",
"test": "npm run lint && npm run open-licences"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canada-ca/ore-ero.git"
},
"keywords": [
"jekyll",
"github",
"pages",
"javascript"
],
"author": "smellems",
"license": "MIT",
"bugs": {
"url": "https://github.com/canada-ca/ore-ero/issues"
},
"homepage": "https://github.com/canada-ca/ore-ero#readme",
"devDependencies": {
"@eslint/js": "^9.16.0",
"cypress": "^9.5.2",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"licensee": "^11.1.1",
"markdownlint-cli2": "^0.15.0",
"prettier": "^3.4.2",
"vnu-jar": "^23.4.11"
}
}