-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "@beauraines/node-helpers",
"version": "5.3.0",
"description": "Collection of node helpers",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/beauraines/node-helpers.git"
},
"scripts": {
"test": "jest",
"release": "standard-version",
"should-release": "should-release",
"lint": "eslint '*/**.js'",
"lint:fix": "eslint '*/**.js' --fix"
},
"author": "beau.raines@gmail.com",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.14.0",
"@azure/storage-queue": "^12.11.0",
"azure-devops-node-api": "^14.0.1",
"dayjs": "^1.11.7",
"gunzip-maybe": "^1.4.2",
"node-fetch": "^2.6.7",
"sparkly": "^5.0.0",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.2"
},
"devDependencies": {
"@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.3.1",
"should-release": "github:beauraines/should-release",
"standard-version": "^9.5.0"
}
}