UNPKG

1.87 kBJSONView Raw
1{
2 "name": "@wordpress/scripts",
3 "version": "5.0.0",
4 "description": "Collection of reusable scripts for WordPress development.",
5 "author": "The WordPress Contributors",
6 "license": "GPL-2.0-or-later",
7 "keywords": [
8 "wordpress",
9 "scripts",
10 "reusable-scripts",
11 "wordpress-scripts"
12 ],
13 "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/scripts/README.md",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/WordPress/gutenberg.git",
17 "directory": "packages/scripts"
18 },
19 "bugs": {
20 "url": "https://github.com/WordPress/gutenberg/issues"
21 },
22 "engines": {
23 "node": ">=8"
24 },
25 "files": [
26 "bin",
27 "config",
28 "scripts",
29 "utils"
30 ],
31 "bin": {
32 "wp-scripts": "./bin/wp-scripts.js"
33 },
34 "dependencies": {
35 "@wordpress/babel-preset-default": "^4.6.0",
36 "@wordpress/dependency-extraction-webpack-plugin": "^2.0.0",
37 "@wordpress/eslint-plugin": "^3.1.0",
38 "@wordpress/jest-preset-default": "^5.1.0",
39 "@wordpress/npm-package-json-lint-config": "^2.1.0",
40 "babel-jest": "^24.7.1",
41 "babel-loader": "^8.0.5",
42 "chalk": "^2.4.1",
43 "check-node-version": "^3.1.1",
44 "command-exists": "1.2.8",
45 "cross-spawn": "^5.1.0",
46 "decompress-zip": "0.2.2",
47 "eslint": "^6.1.0",
48 "jest": "^24.7.1",
49 "jest-puppeteer": "^4.3.0",
50 "js-yaml": "3.13.1",
51 "lodash": "^4.17.14",
52 "minimist": "^1.2.0",
53 "npm-package-json-lint": "^3.6.0",
54 "puppeteer": "^1.19.0",
55 "read-pkg-up": "^1.0.1",
56 "request": "2.88.0",
57 "resolve-bin": "^0.4.0",
58 "source-map-loader": "^0.2.4",
59 "sprintf-js": "^1.1.1",
60 "stylelint": "^9.10.1",
61 "stylelint-config-wordpress": "^13.1.0",
62 "thread-loader": "^2.1.2",
63 "webpack": "4.8.3",
64 "webpack-bundle-analyzer": "^3.3.2",
65 "webpack-cli": "^3.1.2",
66 "webpack-livereload-plugin": "^2.2.0"
67 },
68 "publishConfig": {
69 "access": "public"
70 },
71 "gitHead": "4fd00581206f63b1854962e9aa23afded445b7ee"
72}