forked from dwaring87/rtm-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
44
45
46
47
48
49
50
{
"name": "@beauraines/rtm-api",
"version": "1.12.0",
"description": "Remember the Milk API Interface",
"author": "David Waring <dev@davidwaring.net> (https://davidwaring.net)",
"contributors": [
"Beau Raines <beau.raines@gmail.com>"
],
"license": "MIT",
"keywords": [
"rtm",
"api",
"remember the milk",
"tasks",
"todo",
"gtd"
],
"main": "src/client/index.js",
"scripts": {
"docs": "jsdoc -c jsdoc.json --readme README.md --template node_modules/@dwaring87/docdash",
"test": "jest --passWithNoTests",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"release": "standard-version",
"should-release": "should-release"
},
"devDependencies": {
"@dwaring87/docdash": "^0.4.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"eslint": "^9.5.0",
"eslint-plugin-jest": "^28.6.0",
"globals": "^15.6.0",
"jest": "^29.4.3",
"jsdoc": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beauraines/rtm-api.git"
},
"bugs": {
"url": "https://github.com/beauraines/rtm-api/issues"
},
"dependencies": {
"debug": "^4.3.4",
"node-fetch": "^2.6.7",
"should-release": "^1.2.0",
"standard-version": "^9.5.0"
}
}