-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 859 Bytes
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
{
"name": "@swrlab/utils",
"version": "2.2.0",
"description": "Wrapping common SWR Audio Lab utils",
"repository": {
"type": "git",
"url": "https://github.com/swrlab/node-utils"
},
"author": "SWR Audio Lab <lab@swr.de>",
"license": "MIT",
"main": "./index.js",
"scripts": {
"ard:coreId": "node ./scripts/ard/coreId.js",
"lint": "eslint .",
"test": "bunx --bun mocha tests/**.mjs"
},
"dependencies": {
"@google-cloud/storage": "^7.16.0",
"abort-controller": "^3.0.0",
"luxon": "3.7.1",
"node-crc": "https://github.com/swrlab/node-crc#v2.1.0",
"undici": "7.13.0"
},
"devDependencies": {
"@swrlab/style-guide": "^1.0.3",
"chai": "5.1.2",
"eslint": "^9.33.0",
"eslint-plugin-json": "^4.0.1",
"mocha": "^11.7.1",
"prettier": "^3.6.2"
},
"engines": {
"node": ">=20"
},
"prettier": "@swrlab/style-guide/prettier"
}