-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.58 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "fluexgl-dsp-webassembly",
"version": "0.4.7",
"description": "Rust source code which will be compiled into WASM, made for FluexGL-DSP.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build-wasm": "node ./scripts/build-wasm.js",
"build-pipeline": "node ./scripts/build-wasm.js && node ./scripts/post-build-wasm.js && node ./scripts/minify-worklet.js && node ./scripts/move-build-to-project.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohankanhaisingh/FluexGL-DSP-WebAssembly.git"
},
"author": "Rohan Kanhaisingh",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohankanhaisingh/FluexGL-DSP-WebAssembly/issues"
},
"homepage": "https://github.com/rohankanhaisingh/FluexGL-DSP-WebAssembly#readme",
"dependencies": {
"@types/colors": "^1.1.3",
"@types/glob": "^8.1.0",
"@types/node": "^24.10.0",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"colors": "^1.4.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"glob": "^11.0.3",
"html-minimizer-webpack-plugin": "^5.0.3",
"terser": "^5.46.0",
"text-decoder": "^1.2.3",
"text-decoding": "^1.0.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.16",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}