generated from astrogoat/app-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.73 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
{
"name": "verify-pass",
"version": "1.11.0",
"description": "[![Latest Version on Packagist](https://img.shields.io/packagist/v/astrogoat/verify-pass.svg?style=flat-square)](https://packagist.org/packages/astrogoat/verify-pass) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/astrogoat/verify-pass/run-tests?label=tests)](https://github.com/astrogoat/verify-pass/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/astrogoat/verify-pass/Check%20&%20fix%20styling?label=code%20style)](https://github.com/astrogoat/verify-pass/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/astrogoat/verify-pass.svg?style=flat-square)](https://packagist.org/packages/astrogoat/verify-pass)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm run release:minor",
"release:patch": "npm version patch && git push origin && git push origin $(git tag --sort=creatordate | tail -n 1)",
"release:minor": "npm version minor && git push origin && git push origin $(git tag --sort=creatordate | tail -n 1)",
"release:major": "npm version major && git push origin && git push origin $(git tag --sort=creatordate | tail -n 1)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrogoat/verify-pass.git"
},
"keywords": [
"strata",
"verify-pass"
],
"author": "Laura Tonning",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/astrogoat/verify-pass/issues"
},
"homepage": "https://github.com/astrogoat/verify-pass#readme"
}