@react-synth/synth 0.0.7-alpha → 0.2.1-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,80 +1,80 @@
1
- {
2
- "name": "@react-synth/synth",
3
- "version": "0.0.7-alpha",
4
- "description": "Live coding music with React",
5
- "license": "MIT",
6
- "type": "module",
7
- "main": "./dist/index.cjs",
8
- "module": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
10
- "exports": {
11
- ".": {
12
- "import": {
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.js"
15
- },
16
- "require": {
17
- "types": "./dist/index.d.cts",
18
- "default": "./dist/index.cjs"
19
- }
20
- },
21
- "./samples/*": "./src/samples/*"
22
- },
23
- "files": [
24
- "dist",
25
- "src/samples"
26
- ],
27
- "bin": {
28
- "react-synth": "./dist/cli.js"
29
- },
30
- "scripts": {
31
- "build": "vite build",
32
- "dev": "tsx cli/cli.ts",
33
- "typecheck": "tsc --noEmit",
34
- "prepublishOnly": "npm run build"
35
- },
36
- "dependencies": {
37
- "jsdom": "^25.0.1",
38
- "node-web-audio-api": "^1.0.7",
39
- "react": "^18.0.0 || ^19.0.0",
40
- "react-dom": "^18.0.0 || ^19.0.0",
41
- "tonal": "^6.4.2",
42
- "vite": "^6.0.7"
43
- },
44
- "devDependencies": {
45
- "@types/jsdom": "^21.1.7",
46
- "@types/node": "^22.10.5",
47
- "@types/react": "^19.0.2",
48
- "@types/react-dom": "^19.0.2",
49
- "tsx": "^4.19.2",
50
- "typescript": "^5.9.3",
51
- "vite-plugin-dts": "^4.5.4"
52
- },
53
- "peerDependencies": {
54
- "react": "^18.0.0 || ^19.0.0",
55
- "react-dom": "^18.0.0 || ^19.0.0"
56
- },
57
- "peerDependenciesMeta": {
58
- "react": {
59
- "optional": false
60
- },
61
- "react-dom": {
62
- "optional": false
63
- }
64
- },
65
- "engines": {
66
- "node": ">=18.0.0"
67
- },
68
- "keywords": [
69
- "react",
70
- "music",
71
- "audio",
72
- "synthesizer",
73
- "live-coding",
74
- "web-audio"
75
- ],
76
- "repository": {
77
- "type": "git",
78
- "url": "https://github.com/rafalsz98/react-synth.git"
79
- }
80
- }
1
+ {
2
+ "name": "@react-synth/synth",
3
+ "version": "0.2.1-alpha",
4
+ "description": "Live coding music with React",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "main": "./dist/index.cjs",
8
+ "module": "./dist/index.js",
9
+ "types": "./dist/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "import": {
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.js"
15
+ },
16
+ "require": {
17
+ "types": "./dist/index.d.cts",
18
+ "default": "./dist/index.cjs"
19
+ }
20
+ },
21
+ "./samples/*": "./src/samples/*"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "src/samples"
26
+ ],
27
+ "bin": {
28
+ "react-synth": "./dist/cli.js"
29
+ },
30
+ "scripts": {
31
+ "build": "vite build",
32
+ "dev": "tsx cli/cli.ts",
33
+ "typecheck": "tsc --noEmit",
34
+ "prepublishOnly": "npm run build"
35
+ },
36
+ "dependencies": {
37
+ "jsdom": "^25.0.1",
38
+ "node-web-audio-api": "^1.0.7",
39
+ "react": "^18.0.0 || ^19.0.0",
40
+ "react-dom": "^18.0.0 || ^19.0.0",
41
+ "tonal": "^6.4.2",
42
+ "vite": "^6.0.7"
43
+ },
44
+ "devDependencies": {
45
+ "@types/jsdom": "^21.1.7",
46
+ "@types/node": "^22.10.5",
47
+ "@types/react": "^19.0.2",
48
+ "@types/react-dom": "^19.0.2",
49
+ "tsx": "^4.19.2",
50
+ "typescript": "^5.9.3",
51
+ "vite-plugin-dts": "^4.5.4"
52
+ },
53
+ "peerDependencies": {
54
+ "react": "^18.0.0 || ^19.0.0",
55
+ "react-dom": "^18.0.0 || ^19.0.0"
56
+ },
57
+ "peerDependenciesMeta": {
58
+ "react": {
59
+ "optional": false
60
+ },
61
+ "react-dom": {
62
+ "optional": false
63
+ }
64
+ },
65
+ "engines": {
66
+ "node": ">=18.0.0"
67
+ },
68
+ "keywords": [
69
+ "react",
70
+ "music",
71
+ "audio",
72
+ "synthesizer",
73
+ "live-coding",
74
+ "web-audio"
75
+ ],
76
+ "repository": {
77
+ "type": "git",
78
+ "url": "https://github.com/rafalsz98/react-synth.git"
79
+ }
80
+ }