-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 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
{
"name": "@armorjs/headless",
"version": "0.0.0",
"description": "",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build:nolint": "yarn tsc",
"test": "yarn jest --coverage",
"build": "yarn gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/armorjs/headless.git"
},
"keywords": [
"typescript",
"headless",
"headless browser",
"testing"
],
"author": "Michael Brich",
"license": "MIT",
"bugs": {
"url": "https://github.com/armorjs/headless/issues"
},
"homepage": "https://github.com/armorjs/headless#readme",
"dependencies": {
"@armorjs/key-store": "^0.0.4",
"axios": "^0.19.2",
"jsdom": "^16.2.2",
"vm2": "^3.9.2"
},
"devDependencies": {
"@armorjs/build": "^0.0.2",
"@types/jest": "^25.2.1",
"@types/jsdom": "^16.2.1",
"@types/node": "^13.13.0",
"axios-mock-adapter": "^1.17.0",
"gulp": "^4.0.2",
"jest": "^25.3.0",
"jest-dev-server": "^4.4.0",
"jest-sonar-reporter": "^2.0.0",
"minimist": "^1.2.5",
"serve-handler": "^6.1.2",
"supertest": "^4.0.2",
"ts-jest": "^25.4.0",
"ts-lint": "^4.5.1",
"typescript": "^3.8.3"
}
}