-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.06 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
{
"name": "curriculumvitaecamilohenriquezmena",
"description": "Fulfillment for a Dialogflow",
"version": "0.0.1",
"private": true,
"license": "WTFPL",
"author": "Camilo Henríquez Mena",
"engines": {
"node": "6.14.0"
},
"scripts": {
"start": "firebase serve",
"deploy": "firebase deploy",
"test": "node_modules/.bin/nyc --reporter=lcov --reporter=text --check-coverage --lines 95 --functions 95 --branches 95 node node_modules/.bin/ava -v ./**/*ava.js",
"test:report": "node_modules/.bin/nyc report --reporter=lcov --reporter=lcov --check-coverage --lines 95 --functions 95 --branches 95 node node_modules/.bin/ava -v ./**/*ava.js",
"test:watch": "node node_modules/.bin/ava --verbose --watch ./**/*ava.js",
"report-coverage": "codecov"
},
"dependencies": {
"actions-on-google": "^1.5.x",
"apiai": "^4.0.3",
"firebase-admin": "^6.2.0",
"firebase-functions": "^2.0.2"
},
"devDependencies": {
"ava": "^0.22.0",
"nyc": "^11.2.1",
"ramda": "^0.25.0",
"rewire": "^4.0.1",
"sinon": "^4.0.1"
}
}