-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 824 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
26
27
28
{
"name": "kirby3-responsive-images",
"version": "3.4.0",
"description": "Responsive images panel for Kirby3",
"main": "index.js",
"scripts": {
"dev": "npx -y kirbyup src/index.js --watch",
"serve": "npx -y kirbyup serve src/index.js",
"build": "npx -y kirbyup src/index.js",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"dependencies": {
"husky": "^6.0.0",
"standard-version": "^9.2.0"
},
"devDependencies": {
"kirbyup": "latest",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^6.0.0"
},
"keywords": [],
"author": "Marcel Hieke",
"license": "MIT"
}