-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.22 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
{
"name": "@projectlint/auditory-plugins",
"version": "0.0.0",
"description": "Auditory plugins for `projectlint`, a style checker and lint tool for (Node.js) projects",
"scripts": {
"test": "jest --coverage --notify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectlint/auditory-plugins.git"
},
"keywords": [
"auditory",
"loaded",
"fully",
"loaded",
"rules",
"projectlint"
],
"author": "Jesús Leganés-Combarro 'piranna' <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/projectlint/auditory-plugins/issues"
},
"homepage": "https://github.com/projectlint/auditory-plugins#readme",
"dependencies": {
"@projectlint/plugin-README": "github:projectlint/plugin-README",
"@projectlint/plugin-node.js": "github:projectlint/plugin-Node.js",
"@projectlint/plugin-operating-system": "github:projectlint/plugin-Operating-System",
"@projectlint/plugin-package.json": "github:projectlint/plugin-package.json",
"@projectlint/plugin-sloc": "github:projectlint/plugin-sloc"
},
"devDependencies": {
"@projectlint/projectlint": "github:projectlint/projectlint",
"jest-cli": "^25.5.4",
"prettier": "^2.0.5"
}
}