PluginProbe
Parse.ly / 2.5.2
Parse.ly v2.5.2
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
wp-parsely / package.json

package.json in Parse.ly 2.5.2, at package.json

42 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "private": true,
3 "directories": {
4 "test": "tests"
5 },
6 "engines": {
7 "node": ">=14",
8 "npm": ">=7"
9 },
10 "scripts": {
11 "build": "wp-scripts build",
12 "start": "wp-scripts start",
13 "test": "npm run test:unit",
14 "test:unit": "wp-scripts test-unit-js",
15 "test:unit:help": "wp-scripts test-unit-js --help",
16 "test:unit:watch": "wp-scripts test-unit-js --watch",
17 "test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/Parsely/wp-parsely.git"
22 },
23 "license": "GPL-2.0-or-later",
24 "bugs": {
25 "url": "https://github.com/Parsely/wp-parsely/issues"
26 },
27 "homepage": "https://github.com/Parsely/wp-parsely#readme",
28 "browserslist": [
29 "defaults"
30 ],
31 "devDependencies": {
32 "@wordpress/eslint-plugin": "^9.1.2",
33 "@wordpress/scripts": "^17.1.0",
34 "prettier": "^2.3.2"
35 },
36 "dependencies": {
37 "@wordpress/dom-ready": "^2.13.2",
38 "@wordpress/i18n": "^3.20.0",
39 "js-cookie": "^3.0.0"
40 }
41 }
42