-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "satori-flow",
"version": "0.1.1",
"description": "",
"homepage": "https://github.com/voice-assistant/satori-flow",
"private": false,
"main": "dist/bundle.js",
"keywords": [
"dialogue",
"discourse"
],
"bin": {
"satori": "dist/satori-cli.js"
},
"scripts": {
"test": "mocha --compilers js:espower-babel/guess test/**/*.js",
"transpile-postinstall": "$(npm bin)/babel bin/satori-cli.js --out-file dist/satori-cli.js",
"postinstall": "webpack & npm run transpile-postinstall",
"lint": "eslint src/**/*.js test/**/*.js"
},
"author": "takahi-i",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "^4.12.1",
"espower-babel": "^4.0.3",
"mocha": "^4.0.1",
"power-assert": "^1.4.4",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelfy": "^1.1.0",
"commander": "^2.15.1",
"redis": "^2.8.0",
"webpack": "^3.8.1",
"webpack-cli": "^1.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:voice-assistant/satori-flow.git"
}
}