1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-11 02:50:06 +00:00

initial commit

This commit is contained in:
Allan Bowe
2021-01-08 14:28:31 +00:00
parent d96125c3cf
commit 5720caaf86
14 changed files with 148 additions and 105 deletions

View File

@@ -10,13 +10,25 @@
"author": "Allan Bowe <support@macropeople.com>",
"repository": {
"type": "git",
"url": "https://github.com/sasjs/core"
"url": "git+https://github.com/sasjs/core.git"
},
"release": {
"branches": ["main"]
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"devDependencies": {}
"bugs": {
"url": "https://github.com/sasjs/core/issues"
},
"homepage": "https://github.com/sasjs/core#readme",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
}
}