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