-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1015 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1015 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
37
38
39
40
41
42
43
44
{
"name": "@sc-voice/tools",
"version": "3.33.0",
"description": "Utilities for SC-Voice",
"main": "index.mjs",
"files": [
"LICENSE",
"index.mjs",
"package.json",
"README.md",
"src"
],
"scripts": {
"test": "mocha --inline-diffs --recursive",
"test:test": "mocha --config test/mocha-config.json --recursive --watch",
"test:one": "mocha --config test/mocha-config.json --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sc-voice/tools.git"
},
"keywords": [
"SC-Voice tools",
"merkle-json",
"Javascript"
],
"author": "Karl Lew",
"license": "MIT",
"bugs": {
"url": "https://github.com/sc-voice/tools/issues"
},
"homepage": "https://github.com/sc-voice/tools#readme",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"avro-js": "^1.12.0",
"deepl-node": "^1.15.0",
"eslint": "^9.17.0",
"mocha": "^11.0.1",
"should": "^13.2.3"
},
"dependencies": {
"uuid": "^11.1.0"
}
}