-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
41
42
43
44
45
{
"name": "@sawala-tech/strapi-plugin-payment",
"version": "0.1.1",
"description": "Payment integration with Indonesia's payment gateway providers.",
"strapi": {
"name": "payment",
"description": "Payment integration with Indonesia's payment gateway providers",
"kind": "plugin"
},
"dependencies": {},
"author": "SAWALA",
"maintainers": [
"SAWALA"
],
"engines": {
"node": ">=12.x. <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sawala-tech/strapi-plugin-payment.git"
},
"keywords": [
"strapi",
"plugin",
"sawala",
"sawala-tech"
],
"bugs": {
"url": "https://github.com/sawala-tech/strapi-plugin-payment/issues"
},
"homepage": "https://github.com/sawala-tech/strapi-plugin-payment#readme",
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"husky": "^7.0.4"
}
}