-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "@swrlab/utils",
"version": "1.2.1",
"description": "Wrapping common SWR Audio Lab utils",
"main": "./index.js",
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/swrlab/node-utils"
},
"scripts": {
"ard:coreId": "node ./scripts/ard/coreId.js",
"ard:categories": "node -r dotenv/config scripts/ard/categories.js",
"ard:publishers": "node -r dotenv/config scripts/ard/publishers.js",
"ard:pub-sort": "node -r dotenv/config scripts/ard/sortPubByExtId.js",
"lint": "eslint .",
"test": "mocha tests/**.js -r dotenv/config",
"outdated": "yarn upgrade-interactive",
"reinstall": "rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
},
"author": "SWR Audio Lab <[email protected]>",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^7.7.0",
"abort-controller": "^3.0.0",
"aws-sdk": "2.1525.0",
"luxon": "3.4.4",
"node-crc": "swrlab/node-crc#v2.1.0",
"undici": "6.2.1"
},
"devDependencies": {
"@swrlab/eslint-plugin-swr": "^0.3.0",
"@swrlab/swr-prettier-config": "^0.3.0",
"chai": "4.3.10",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-plugin-json": "^3.1.0",
"mocha": "^10.2.0",
"prettier": "^3.1.1"
},
"prettier": "@swrlab/swr-prettier-config",
"packageManager": "[email protected]"
}