forked from cutterbl/SoundTouchJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.11 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
{
"name": "soundtouchjs",
"version": "0.1.30",
"description": "An ES2015 library for manipulating Web Audio Contexts",
"main": "dist/soundtouch.js",
"module": "dist/soundtouch.js",
"keywords": ["audio", "WebAudio", "JavaScript", "es2015"],
"bugs": {
"url": "https://github.com/cutterbl/SoundTouchJS/issues"
},
"author": "Steve 'Cutter' Blades",
"contributors": [
"Steve 'Cutter' Blades <web.admin@cutterscrossing.com> (https://cutterscrossing.com/)",
"Olli Parviainen <oparviai@iki.fi> (https://www.surina.net/soundtouch/)",
"Ryan Berdeen <ryan@ryanberdeen.com> (http://ryanberdeen.com/)",
"Jakub Fiala <jakub@fiala.space> (http://fiala.space/)",
"Adria Holovaty (http://www.holovaty.com/)"
],
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "https://github.com/cutterbl/SoundTouchJS.git"
},
"homepage": "https://github.com/cutterbl/SoundTouchJS",
"scripts": {
"build": "rollup -c scripts/rollup.config.js",
"release": "standard-version",
"start": "node scripts/server.js"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^22.1.0",
"typescript": "^5.5.4"
}
}