-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 KB
/
package.json
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
48
{
"name": "hftnn",
"version": "2.0.0",
"description": "Harmonic Fourier Transform for Neural Networks (HFTNN)",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ascpixi/hftnn.git"
},
"keywords": [
"neural",
"network",
"harmonic",
"neural",
"networks",
"harmonic",
"fourier",
"transform",
"fft",
"dft",
"audio",
"sound",
"ai",
"machine",
"learning",
"ml"
],
"author": "ascpixi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ascpixi/hftnn/issues"
},
"homepage": "https://github.com/ascpixi/hftnn#readme",
"devDependencies": {
"@types/node": "^22.10.1",
"@types/webpack": "^5.28.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"fft.js": "^4.0.4"
}
}