-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.77 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "attend",
"version": "0.0.0",
"description": "Automate maintenance tasks across many repositories",
"author": "Vincent Weevers",
"license": "MIT",
"private": true,
"scripts": {
"test": "standard"
},
"dependencies": {
"attend-dependabot": "file:vendor/attend-dependabot",
"attend-git-branch": "file:vendor/attend-git-branch",
"attend-git-commit": "file:vendor/attend-git-commit",
"attend-github-labels": "file:vendor/attend-github-labels",
"attend-github-pr": "file:vendor/attend-github-pr",
"attend-github-repository": "file:vendor/attend-github-repository",
"attend-hallmark": "file:vendor/attend-hallmark",
"attend-local-projects": "file:vendor/attend-local-projects",
"attend-npm-dependencies": "file:vendor/attend-npm-dependencies",
"attend-npm-initial-install": "file:vendor/attend-npm-initial-install",
"attend-npm-repository": "file:vendor/attend-npm-repository",
"attend-npm-test": "file:vendor/attend-npm-test",
"attend-org-projects": "file:vendor/attend-org-projects",
"attend-project-clone": "file:vendor/attend-project-clone",
"attend-reporter": "file:vendor/attend-reporter",
"attend-standard": "file:vendor/attend-standard",
"vfile": "^4.2.0",
"vproject": "file:vendor/vproject"
},
"devDependencies": {
"github-label-preset": "^1.0.0",
"standard": "^16.0.2",
"tape": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/vweevers/attend.git"
},
"homepage": "https://github.com/vweevers/attend",
"standard": {
"noDefaultIgnore": true,
"ignore": [
"*.min.js",
"coverage/",
"node_modules/"
]
},
"keywords": [
"attend",
"maintenance",
"lint",
"fix"
],
"engines": {
"node": ">=10"
}
}