From d69e514dceb46a02cca4b73ea4fea487b93d71ad Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sun, 10 May 2020 10:41:55 +0200 Subject: Add create script --- scripts/sample_recipe/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/sample_recipe/package.json (limited to 'scripts/sample_recipe/package.json') 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 @@ +{ + "id": "SERVICE", + "name": "SNAME", + "version": "1.0.0", + "description": "SERVICE", + "main": "index.js", + "author": "Ferdi ", + "license": "MIT", + "config": { + "serviceURL": "https://SERVICE.com" + } +} -- cgit v1.2.3-54-g00ecf