-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 923 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
{
"name": "@walery/stencil-aws-account-resolver",
"description": "Stencil blocks to resolve account name and related values of AWS account",
"version": "0.0.5-SNAPSHOT.0",
"devDependencies": {
"ava": "5.3.1",
"nyc": "15.1.0",
"xo": "0.55.1"
},
"files": [
"blocks/"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Walery Strauch",
"license": "MIT",
"bugs": {
"url": "https://github.com/walery/stencil-aws-account-resolver/issues"
},
"homepage": "https://github.com/walery/stencil-aws-account-resolver#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/walery/stencil-aws-account-resolver.git"
},
"scripts": {
"test": "nyc ava",
"test:coverageReport": "npm test && nyc report --reporter=html"
},
"xo": {
"space": true
},
"@walery/serverless-plugin-stencil": {
"alias": "account"
}
}