-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 842 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
{
"name": "clockwork-for-wp",
"version": "1.0.0",
"description": "A basic Clockwork integration for WordPress",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssnepenthe/clockwork-for-wp.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssnepenthe/clockwork-for-wp/issues"
},
"homepage": "https://github.com/ssnepenthe/clockwork-for-wp#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@wordpress/env": "^5.10.0",
"base64url": "^3.0.1",
"clockwork-browser": "^1.1.2",
"cypress": "^12.4.0",
"qs": "^6.10.2",
"rollup": "^4.1.4"
}
}