-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1008 Bytes
/
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
{
"name": "Voicify",
"version": "0.0.1",
"private": true,
"license": "MIT Licence",
"author": "Lyrebird Inc.",
"repository": {
"type": "git",
"url": "https://github.com/lyrebird-ai/voicify"
},
"engines": {
"node": ">=4.3.2"
},
"scripts": {
"lint": "samples lint",
"pretest": "npm run lint"
},
"dependencies": {
"@slack/client": "^4.6.0",
"axios": "^0.18.0",
"lyrebird-vocal-avatar": "^1.0.8",
"firebase-admin": "^5.11.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.1.0",
"ava": "0.23.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.2",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"proxyquire": "1.8.0",
"semistandard": "^12.0.1",
"sinon": "4.0.2"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
}
}