generated from compucorp/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.21 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
{
"name": "uk.co.compucorp.certificate",
"version": "2.0.0",
"description": "Certificate.",
"main": "index.js",
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd bin && ./install-php-linter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compucorp/uk.co.compucorp.certificate.git"
},
"author": "Compucorp <[email protected]>",
"license": "GNU Affero Public License 3.0",
"bugs": {
"url": "https://github.com/compucorp/uk.co.compucorp.certificate/issues"
},
"homepage": "https://github.com/compucorp/uk.co.compucorp.certificate#readme",
"devDependencies": {
"civicrm-cv": "^0.1.2",
"eslint": "^6.5.1",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.11.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"husky": "^3.0.9",
"jasmine-core": "^3.5.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"lint-staged": "^9.4.2"
}
}