-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
44
45
46
47
48
49
{
"name": "@acuminous/knuff-github-driver",
"version": "4.1.0",
"description": "A GitHub driver for Knuff",
"main": "index.js",
"type": "module",
"license": "ISC",
"author": "Stephen Cresswell",
"publishConfig": {
"access": "public"
},
"keywords": [
"knuff",
"github",
"driver",
"reminders"
],
"scripts": {
"lint": "eslint .",
"lint-staged": "lint-staged",
"test": "zUnit",
"coverage": "c8 --check-coverage --report html --reporter lcov --reporter text-summary zUnit",
"prepare": "husky"
},
"devDependencies": {
"@octokit/auth-token": "^5.1.1",
"@octokit/rest": "^21.0.2",
"c8": "^10.1.3",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"zunit": "^4.0.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/acuminous/knuff-github-driver.git"
},
"bugs": {
"url": "https://github.com/acuminous/knuff-github-driver/issues"
},
"homepage": "https://github.com/acuminous/knuff-github-driver#readme",
"dependencies": {
"luxon": "^3.5.0"
}
}