-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
158 lines (158 loc) · 4.96 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@percy/agent",
"description": "An agent process for integrating with Percy.",
"version": "0.28.7",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
},
"watch": {
"build": {
"patterns": [
"src/percy-agent-client"
],
"extensions": "ts",
"legacyWatch": true,
"delay": 1000
}
},
"bugs": "https://github.com/percy/percy-agent/issues",
"dependencies": {
"@oclif/command": "1.5.19",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@oclif/plugin-not-found": "^1.2",
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"colors": "1.4.0",
"cors": "^2.8.4",
"cosmiconfig": "^5.2.1",
"cross-spawn": "^7.0.2",
"deepmerge": "^4.0.0",
"express": "^4.16.3",
"follow-redirects": "1.12.1",
"generic-pool": "^3.7.1",
"globby": "^10.0.1",
"image-size": "^0.8.2",
"js-yaml": "^3.13.1",
"percy-client": "^3.2.0",
"puppeteer": "^5.3.1",
"retry-axios": "^1.0.1",
"which": "^2.0.1",
"winston": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.6.2",
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@oclif/tslint": "^3",
"@percy/tslint": "^1.0.0",
"@types/chai": "^4.1.4",
"@types/chai-http": "^3.0.5",
"@types/cheerio": "^0.22.11",
"@types/colors": "^1.2.1",
"@types/cors": "^2.8.4",
"@types/cross-spawn": "^6.0.0",
"@types/deepmerge": "^2.2.0",
"@types/express": "^4.16.0",
"@types/generic-pool": "^3.1.9",
"@types/js-yaml": "^3.11.2",
"@types/mocha": "^7.0.1",
"@types/nock": "^11.1.0",
"@types/node": "^13.7.0",
"@types/puppeteer": "^5.4.0",
"@types/sinon": "^9.0.0",
"@types/sinon-chai": "^3.2.0",
"@types/which": "^1.3.2",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"browserify": "^16.2.3",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"eslint-config-oclif": "^3.0.0",
"expect": "^25.1.0",
"express-basic-auth": "^1.2.0",
"hoxy": "^3.3.1",
"http-proxy": "^1.18.0",
"interactor.js": "^1.3.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
"mocha": "^6.1.4",
"mocha-junit-reporter": "^1.23.1",
"mocha-multi": "^1.1.3",
"nock": "^13.0.5",
"npm-watch": "^0.7.0",
"prettier": "2.0.5",
"pryjs": "^1.0.3",
"regenerator-runtime": "^0.13.3",
"sinon": "7.5.0",
"sinon-chai": "^3.2.0",
"stdout-stderr": "^0.1.9",
"strip-ansi": "^6.0.0",
"testem": "^3.0.0",
"ts-node": "^9.0.0",
"tsify": "^4.0.0",
"tslib": "^2.0.0",
"tslint": "^6",
"typescript": "^4",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.4"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
".oclif.manifest.json",
"package.json",
"/bin",
"/dist"
],
"homepage": "https://github.com/percy/percy-agent",
"keywords": [
"oclif",
"percy",
"agent"
],
"license": "MIT",
"main": "dist/index.js",
"oclif": {
"commands": "./dist/commands",
"bin": "percy",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found"
]
},
"repository": "percy/percy-agent",
"scripts": {
"build": "yarn clean && rm -rf dist && tsc && yarn build-client",
"build-client": "webpack",
"clean": "rm -f .oclif.manifest.json",
"lint": "tsc -p test/unit --noEmit && tslint -p test/unit -t stylish",
"postpublish": "yarn clean",
"posttest": "yarn lint",
"prepublishOnly": "yarn build && oclif-dev manifest && oclif-dev readme",
"preversion": "yarn clean",
"test": "yarn test:unit && yarn test:client && yarn test:acceptance && yarn test:integration && yarn test:command:snapshot && yarn test:command:upload",
"test:unit": "PERCY_TOKEN=abc mocha \"test/**/*.test.ts\" --exclude \"test/unit/percy-agent-client/**/*.test.ts\" --exclude \"test/integration/**/*\" --config test/unit/.mocha.yml",
"test:client": "karma start ./test/unit/percy-agent-client/karma.conf.js",
"test:acceptance": "mocha test/acceptance --config test/acceptance/.mocha.yml",
"test:integration": "yarn build-client && node ./bin/run exec --cache-responses -h *.localtest.me -c .ci.percy.yml -- mocha test/integration/**/*.test.ts --config test/unit/.mocha.yml",
"test:command:snapshot": "./bin/run snapshot test/integration/test-static-site -b /dummy-base-url/ -i **/red-keep.** -s **/*.{html}",
"test:command:upload": "./bin/run upload test/integration/test-static-images",
"version": "oclif-dev readme && git add README.md",
"watch": "npm-watch"
},
"types": "dist/index.d.ts"
}