-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 790 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 790 Bytes
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
{
"name": "open-table-of-contents",
"version": "0.1.2",
"description": "🗂️ The open source WordPress plugin to insert Table of Contents into your posts and pages.",
"author": "Carlos Sala Samper",
"license": "GPL-3.0",
"scripts": {
"prepare": "husky install",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:js": "wp-scripts lint-js --fix",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"zip": "npm run build && node ./scripts/zip.js"
},
"devDependencies": {
"@carlossalasamper/eslint-config": "^0.1.4",
"@commitlint/config-conventional": "^18.4.3",
"@types/wordpress__block-editor": "^11.5.8",
"@wordpress/scripts": "^26.19.0",
"archiver": "^6.0.1",
"commitlint": "^18.4.3",
"husky": "^8.0.0"
}
}