aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sample_recipe/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:55 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:55 +0200
commitd69e514dceb46a02cca4b73ea4fea487b93d71ad (patch)
tree34bf182e0a28d784f3e7d321d41ef330b347d0e4 /scripts/sample_recipe/package.json
parentUpdate agent agent configuration (diff)
downloadferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.tar.gz
ferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.tar.zst
ferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.zip
Add create script
Diffstat (limited to 'scripts/sample_recipe/package.json')
-rw-r--r--scripts/sample_recipe/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/sample_recipe/package.json b/scripts/sample_recipe/package.json
new file mode 100644
index 0000000..af522db
--- /dev/null
+++ b/scripts/sample_recipe/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "SERVICE",
3 "name": "SNAME",
4 "version": "1.0.0",
5 "description": "SERVICE",
6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://SERVICE.com"
11 }
12}