-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.62 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
{
"name": "survey-monkey-streams",
"version": "1.0.2",
"description": "🐵🚿 Stream the Survey Monkey API",
"homepage": "https://aaronjameslang.com/survey-monkey-streams",
"author": "Aaron J. Lang <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"repository": "aaronjameslang/survey-monkey-streams",
"keywords": [
"api",
"batch",
"bulk",
"http",
"monkey",
"reader",
"rest",
"stream",
"survey"
],
"scripts": {
"commit": "git-cz",
"commitmsg": "commitlint -E GIT_PARAMS",
"test": "./build.sh",
"v": "standard-version"
},
"dependencies": {
"@types/request": "^2.48.1",
"request": "^2.88.0"
},
"devDependencies": {
"@commitlint/cli": "^7.3.2",
"@commitlint/config-conventional": "^7.3.1",
"@commitlint/travis-cli": "^7.3.2",
"@types/node": "^11.9.0",
"barrelsby": "^1.0.1",
"conventional-github-releaser": "^3.1.2",
"cz-conventional-changelog": "^2.1.0",
"dotenv": "^6.2.0",
"eslint": "^5.12.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"git-cz": "^1.8.0",
"husky": "^0.14.3",
"mocha": "^6.0.0",
"nyc": "^13.2.0",
"prettier": "^1.16.0",
"replay": "^2.4.0",
"snap-shot-it": "^6.2.10",
"standard-version": "^8.0.2",
"tslint": "^5.12.1",
"typedoc": "^0.11.1",
"typescript": "^2.8.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}