|
1 | 1 | { |
2 | | - "name": "syntaxhighlighter", |
3 | | - "version": "3.6.0", |
4 | | - "description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.", |
5 | | - "homepage": "https://alex.blog/wordpress-plugins/syntaxhighlighter/", |
6 | | - "author": "Alex Mills (Viper007Bond)", |
7 | | - "license": "GPL-2.0-or-later", |
8 | | - "repository": { |
9 | | - "type": "git", |
10 | | - "url": "git+https://github.com/Viper007Bond/syntaxhighlighter.git" |
11 | | - }, |
12 | | - "bugs": { |
13 | | - "url": "https://github.com/Viper007Bond/syntaxhighlighter/issues" |
14 | | - }, |
15 | | - "scripts": { |
16 | | - "start": "cgb-scripts start", |
17 | | - "build": "cgb-scripts build", |
18 | | - "distclean": "rm -rf node_modules && rm -rf dist", |
19 | | - "preinstall": "npx npm-force-resolutions" |
20 | | - }, |
21 | | - "dependencies": { |
22 | | - "@wordpress/escape-html": "1.9.0", |
23 | | - "cgb-scripts": "1.23.0", |
24 | | - "classnames": "2.2.6", |
25 | | - "lodash.unescape": "4.0.1", |
26 | | - "npm-force-resolutions": "0.0.3" |
27 | | - }, |
28 | | - "resolutions": { |
29 | | - "mem": "4.0.0" |
30 | | - } |
| 2 | + "name": "syntaxhighlighter", |
| 3 | + "version": "3.6.0", |
| 4 | + "description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.", |
| 5 | + "homepage": "https://alex.blog/wordpress-plugins/syntaxhighlighter/", |
| 6 | + "author": "Alex Mills (Viper007Bond)", |
| 7 | + "license": "GPL-2.0-or-later", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/Viper007Bond/syntaxhighlighter.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/Viper007Bond/syntaxhighlighter/issues" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "start": "cgb-scripts start", |
| 17 | + "build": "npm run build:assets && npm run archive", |
| 18 | + "build:assets": "cgb-scripts build", |
| 19 | + "distclean": "rm -rf node_modules && rm -rf dist", |
| 20 | + "preinstall": "npx npm-force-resolutions", |
| 21 | + "archive": "composer archive --file=$npm_package_name --format=zip" |
| 22 | + }, |
| 23 | + "dependencies": { |
| 24 | + "@wordpress/escape-html": "1.9.0", |
| 25 | + "cgb-scripts": "1.23.0", |
| 26 | + "classnames": "2.2.6", |
| 27 | + "lodash.unescape": "4.0.1", |
| 28 | + "npm-force-resolutions": "0.0.3" |
| 29 | + }, |
| 30 | + "resolutions": { |
| 31 | + "mem": "4.0.0" |
| 32 | + } |
31 | 33 | } |
0 commit comments