-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
46
47
{
"name": "@stepanjakl/apostrophe-stripe-products",
"version": "0.0.8",
"description": "Stripe Products For ApostropheCMS",
"keywords": [
"apostrophe",
"apostrophecms",
"stripe"
],
"homepage": "https://github.com/stepanjakl/apostrophe-stripe-products#readme",
"bugs": {
"url": "https://github.com/stepanjakl/apostrophe-stripe-products/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepanjakl/apostrophe-stripe-products.git"
},
"license": "MIT",
"author": "Štěpán Jákl",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"mocha": "mocha",
"stylelint": "stylelint modules/**/*.{scss,vue}",
"test": "npm run eslint && npm run mocha"
},
"dependencies": {
"apostrophe": "^4.x.x",
"body-parser": "^1.20.2",
"eslint": "^8.x.x",
"eslint-config-apostrophe": "^4.3.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.26.0",
"mocha": "^10.x.x",
"read-only-field": "npm:@stepanjakl/apostrophe-read-only-field@latest",
"stripe": "^15.x.x",
"stylelint": "^16.x.x",
"stylelint-config-apostrophe": "^4.x.x"
},
"publishConfig": {
"access": "public"
}
}