-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.57 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.57 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@nutriot/morphagene-options",
"version": "0.4.0",
"description": "Helper for editing Morphagene `options.txt` files",
"exports": {
".": "./dist/index.js",
"./fs": "./dist/fs.js",
"./valibot": "./dist/schema/valibot.js",
"./zod": "./dist/schema/zod.js"
},
"type": "module",
"types": "./dist",
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/nutriot/morphagene-options.git"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"lint:code": "biome check",
"lint:deps": "knip --production",
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
"publish:npm": "np --no-yarn",
"publish:jsr": "deno publish",
"test": "uvu --require tsm tests --ignore shared.ts"
},
"keywords": [
"morphagene",
"make noise",
"modular",
"modular synthesizers"
],
"license": "MIT",
"dependencies": {
"quansync": "^0.2.11"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@idleberg/configs": "^0.3.1",
"@types/node": "^24.6.0",
"knip": "^5.64.1",
"np": "^10.2.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"tsdown": "^0.15.6",
"tsm": "^2.3.0",
"typescript": "^5.9.2",
"uvu": "^0.5.6",
"valibot": "^1.1.0",
"zod": "^4.1.11"
},
"pnpm": {
"onlyBuiltDependencies": [
"lefthook"
]
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}