2025-06-27 02:09:03 +01:00

27 lines
560 B
JSON

{
"name": "signalsmith-stretch",
"version": "1.3.2",
"description": "JS/WASM release of the Signalsmith Stretch library",
"main": "SignalsmithStretch.mjs",
"exports": {
"import": "./SignalsmithStretch.mjs",
"require": "./SignalsmithStretch.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://signalsmith-audio.co.uk/code/stretch.git"
},
"keywords": [
"audio",
"pitch",
"time",
"web-audio"
],
"author": "Geraint Luff",
"license": "MIT"
}