-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 926 Bytes
/
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
{
"name": "@walery/serverless-plugin-stencil",
"description": "Serverless plugin for templating content in serverless.yml files",
"version": "0.0.8-SNAPSHOT.0",
"dependencies": {
"find-plugins": "1.1.7",
"@walery/stencil-aws-account-resolver": "0.0.4",
"@walery/stencil-product-bucket": "0.0.4"
},
"peerDependencies": {
"serverless": "^3.0.0"
},
"devDependencies": {
"xo": "0.55.1"
},
"files": [
"index.js",
"lib/"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Walery Strauch",
"license": "MIT",
"main": "index.js",
"bugs": {
"url": "https://github.com/walery/serverless-plugin-stencil/issues"
},
"homepage": "https://github.com/walery/serverless-plugin-stencil#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/walery/serverless-plugin-stencil.git"
},
"xo": {
"space": true
}
}