-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.22 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
46
47
48
49
50
51
{
"name": "hydra-element",
"version": "0.5.1",
"description": "A custom element for wrapping the hydra-synth engine",
"type": "module",
"main": "dist/hydra-element.js",
"module": "dist/hydra-element.js",
"exports": {
".": "./dist/hydra-element.js"
},
"scripts": {
"dev": "vite",
"test": "wtr --config wtr.config.js",
"build": "vite build"
},
"dependencies": {
"hydra-synth": "^1.3.29"
},
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
"@web/test-runner": "^0.18.1",
"sinon": "^17.0.1",
"vite": "^5.2.8"
},
"author": "jdomizz",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/jdomizz/hydra-element.git"
},
"homepage": "https://github.com/jdomizz/hydra-element#readme",
"qna": "https://github.com/jdomizz/hydra-element/discussions",
"bugs": {
"url": "https://github.com/jdomizz/hydra-element/issues"
},
"sponsor": {
"url": "https://opencollective.com/hydra-synth"
},
"keywords": [
"creative-coding",
"livecoding",
"hydra-synth",
"canvas",
"glsl",
"video",
"synth",
"custom-element",
"web-component"
]
}