generated from astrogoat/app-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.98 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "mailcoach",
"version": "1.3.0",
"description": "[![Latest Version on Packagist](https://img.shields.io/packagist/v/astrogoat/mailcoach.svg?style=flat-square)](https://packagist.org/packages/astrogoat/mailcoach) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/astrogoat/mailcoach/run-tests?label=tests)](https://github.com/astrogoat/mailcoach/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/astrogoat/mailcoach/Check%20&%20fix%20styling?label=code%20style)](https://github.com/astrogoat/mailcoach/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/astrogoat/mailcoach.svg?style=flat-square)](https://packagist.org/packages/astrogoat/mailcoach)",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "gh workflow run release.yml",
"release:patch": "gh workflow run release.yml --field level=patch",
"release:minor": "gh workflow run release.yml --field level=minor",
"release:major": "gh workflow run release.yml --field level=major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrogoat/mailcoach.git"
},
"keywords": [
"strata",
"mailcoach"
],
"author": "Laura Tonning",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/astrogoat/mailcoach/issues"
},
"homepage": "https://github.com/astrogoat/mailcoach#readme",
"devDependencies": {
"laravel-mix": "^6.0.49",
"tailwindcss": "^3.4.1"
}
}