forked from elementor/wp2static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 949 Bytes
/
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
{
"name": "wp2static",
"version": "1.0.0",
"description": "WP2Static",
"main": "admin/wp2static-admin.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "composer test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonstafford/wp2static.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leonstafford/wp2static/issues"
},
"homepage": "https://github.com/leonstafford/wp2static#readme",
"devDependencies": {
"jest": "^24.8.0",
"jest-puppeteer": "^4.2.0",
"puppeteer": "^1.18.1",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"vue": "^2.6.10",
"vue-types": "^1.5.3",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"i": "^0.3.6",
"npm": "^6.9.2"
},
"jest": {
"preset": "jest-puppeteer",
"verbose": true,
"rootDir": "tests/e2e"
}
}