-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 967 Bytes
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
{
"name": "@arraypress/paulstretch",
"version": "1.0.1",
"description": "Extreme time-stretching and ambient texture synthesis — PaulStretch, spectral freeze, granular cloud, and phase vocoder. Deterministic, dependency-free, runs anywhere.",
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"exports": {
".": {
"import": "./src/index.js",
"types": "./src/index.d.ts"
}
},
"files": [
"src"
],
"scripts": {
"test": "node --test tests/*.test.js"
},
"keywords": [
"paulstretch",
"time-stretch",
"audio",
"dsp",
"ambient",
"drone",
"granular",
"spectral-freeze",
"phase-vocoder",
"fft",
"stft"
],
"author": "David Sherlock",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/arraypress/paulstretch.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}