-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 834 Bytes
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
{
"name": "templator-examples",
"version": "0.0.1",
"description": "\"Contains a series of mappings and templates examples for @gitops-toolbox/templator\"",
"main": "index.js",
"private": true,
"scripts": {
"test": "tap",
"tp": "tp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitops-toolbox/templator-examples.git"
},
"keywords": [
"templator",
"examples",
"mappings",
"templates"
],
"author": "Luca Lanziani (luca@lanziani.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitops-toolbox/templator-examples/issues"
},
"homepage": "https://github.com/gitops-toolbox/templator-examples#readme",
"devDependencies": {
"@gitops-toolbox/templator": "^0.5.0",
"tap": "^15.0.10"
},
"tap": {
"check-coverage": false
}
}