-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (91 loc) · 2.28 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "aquestalk-mac",
"version": "0.1.0",
"description": "AquesTalk javascript library for Mac.",
"main": "aquestalk.js",
"scripts": {
"tsc": "gulp tsc",
"lint": "gulp lint",
"formt": "gulp format",
"test": "gulp test"
},
"files": [
".python-version",
"test/aquestalk2.js",
"test/aqusrdic.js",
"test/aquestalk10.js",
"test/aqkanji2koe.js",
"README.md",
"package-lock.json",
"package.json",
"sample/aquestalk10-eva.js",
"sample/aqkanji2koe-eva.js",
"sample/result/.gitkeep",
"sample/aquestalk2.js",
"sample/aq2voicelist.js",
"sample/aqusrdic.js",
"sample/aqusrdic-eva.js",
"sample/aquestalk2-eva.js",
"sample/aquestalk10.js",
"sample/aq10voicelist.js",
"sample/poscodelist.js",
"sample/aqkanji2koe.js",
"lib/fronts/aquestalk2.js",
"lib/fronts/aqusrdic.js",
"lib/fronts/aquestalk10.js",
"lib/fronts/aqkanji2koe.js",
"lib/models/aquestalk2.js",
"lib/models/aqusrdic.js",
"lib/models/aquestalk10.js",
"lib/natives/aquestalk2.js",
"lib/natives/aqusrdic.js",
"lib/natives/aquestalk10.js",
"lib/natives/aqkanji2koe.js",
"aquestalk.js"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/taku-o/aquestalk-mac.git"
},
"keywords": [
"wav",
"aquestalk",
"audio",
"javascript"
],
"author": "taku-o <[email protected]> (https://nanasi.jp/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/taku-o/aquestalk-mac/issues"
},
"homepage": "https://github.com/taku-o/aquestalk-mac",
"dependencies": {
"bindings": "^1.5.0",
"debug": "^4.1.1",
"ffi": "^2.3.0",
"ms": "^2.1.1",
"nan": "^2.13.2",
"natives": "^1.1.6",
"ref": "^1.3.5",
"ref-struct": "^1.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^10.14.5",
"@typescript-eslint/parser": "^1.7.0",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"gulp-prettier": "^2.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"mocha": "^4.1.0",
"source-map-support": "^0.5.12",
"temp": "^0.9.0",
"typescript": "^3.4.5",
"wav-fmt-validator": "^0.1.1"
}
}