|
1 | 1 | { |
2 | | - "name": "mapmarker.io", |
3 | | - "description": "generate complex map markers on the fly", |
4 | | - "homepage": "https://www.mapmarker.io", |
5 | | - "license": "MIT", |
6 | | - "version": "0.0.0-development", |
7 | | - "scripts": { |
8 | | - "commit": "./node_modules/commitizen/bin/git-cz", |
9 | | - "cm": "yarn commit", |
10 | | - "dev": "npm run development", |
11 | | - "development": "mix", |
12 | | - "watch": "mix watch", |
13 | | - "watch-poll": "mix watch -- --watch-options-poll=1000", |
14 | | - "hot": "mix watch --hot", |
15 | | - "prod": "npm run production", |
16 | | - "production": "mix --production", |
17 | | - "sail": "./vendor/bin/sail", |
18 | | - "test": "yarn sail artisan test", |
19 | | - "test:browser": "yarn sail dusk", |
20 | | - "release": "./node_modules/semantic-release/bin/semantic-release.js" |
21 | | - }, |
22 | | - "devDependencies": { |
23 | | - "axios": "^0.25", |
24 | | - "commitizen": "^4.2.4", |
25 | | - "cz-conventional-changelog": "^3.3.0", |
26 | | - "laravel-mix": "^6.0.6", |
27 | | - "lodash": "^4.17.19", |
28 | | - "postcss": "^8.1.14", |
29 | | - "semantic-release": "^19.0.3" |
30 | | - }, |
31 | | - "config": { |
32 | | - "commitizen": { |
33 | | - "path": "./node_modules/cz-conventional-changelog" |
| 2 | + "name": "mapmarker.io", |
| 3 | + "description": "generate complex map markers on the fly", |
| 4 | + "homepage": "https://www.mapmarker.io", |
| 5 | + "license": "MIT", |
| 6 | + "version": "0.0.0-development", |
| 7 | + "scripts": { |
| 8 | + "commit": "./node_modules/commitizen/bin/git-cz", |
| 9 | + "cm": "yarn commit", |
| 10 | + "dev": "npm run development", |
| 11 | + "development": "mix", |
| 12 | + "watch": "mix watch", |
| 13 | + "watch-poll": "mix watch -- --watch-options-poll=1000", |
| 14 | + "hot": "mix watch --hot", |
| 15 | + "prod": "npm run production", |
| 16 | + "production": "mix --production", |
| 17 | + "sail": "./vendor/bin/sail", |
| 18 | + "test": "yarn sail artisan test", |
| 19 | + "test:browser": "yarn sail dusk", |
| 20 | + "release": "./node_modules/semantic-release/bin/semantic-release.js" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@semantic-release/changelog": "semantic-release/changelog", |
| 24 | + "@semantic-release/github": "semantic-release/github", |
| 25 | + "@semantic-release/release-notes-generator": "semantic-release/release-notes-generator", |
| 26 | + "axios": "^0.25", |
| 27 | + "commitizen": "^4.2.4", |
| 28 | + "cz-conventional-changelog": "^3.3.0", |
| 29 | + "laravel-mix": "^6.0.6", |
| 30 | + "lodash": "^4.17.19", |
| 31 | + "postcss": "^8.1.14", |
| 32 | + "semantic-release": "^19.0.3" |
| 33 | + }, |
| 34 | + "config": { |
| 35 | + "commitizen": { |
| 36 | + "path": "./node_modules/cz-conventional-changelog" |
| 37 | + } |
| 38 | + }, |
| 39 | + "release": { |
| 40 | + "tagFormat": "${version}", |
| 41 | + "plugins": [ |
| 42 | + "@semantic-release/release-notes-generator", |
| 43 | + "@semantic-release/changelog", |
| 44 | + [ |
| 45 | + "@semantic-release/git", |
| 46 | + { |
| 47 | + "assets": [ |
| 48 | + "CHANGELOG.md", |
| 49 | + "package.json", |
| 50 | + "yarn.lock" |
| 51 | + ] |
| 52 | + } |
| 53 | + ], |
| 54 | + "@semantic-release/github" |
| 55 | + ] |
| 56 | + }, |
| 57 | + "repository": { |
| 58 | + "type": "git", |
| 59 | + "url": "https://github.com/mapmarker/mapmarker.io.git" |
34 | 60 | } |
35 | | - }, |
36 | | - "repository": { |
37 | | - "type": "git", |
38 | | - "url": "https://github.com/mapmarker/mapmarker.io.git" |
39 | | - } |
40 | 61 | } |
0 commit comments