-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.11 KB
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
{
"name": "webinista-readit",
"version": "1.0.0",
"description": "A WordPress plugin for creating audio versions of your posts using AWS Polly.",
"homepage": "https://github.com/webinista/webinista-wreadit#readme",
"bugs": {
"url": "https://github.com/webinista/webinista-wreadit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webinista/webinista-wreadit.git"
},
"license": "GPL-3.0-or-later",
"author": "Webinista Inc.",
"main": "./src/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"check-engines": "wp-scripts check-engines"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@wordpress/jest-preset-default": "^12.30.0",
"@wordpress/scripts": "^30.23.0"
},
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"@wordpress/components": "^30.3.0",
"@wordpress/dom-ready": "^4.30.0"
}
}