mirror of
https://github.com/sasjs/core.git
synced 2025-12-16 00:24:35 +00:00
38 lines
808 B
JSON
38 lines
808 B
JSON
{
|
|
"name": "@sasjs/core",
|
|
"description": "SAS Macro Library for Application Development",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"SAS",
|
|
"Viya",
|
|
"SASjs"
|
|
],
|
|
"author": "Allan Bowe <support@macropeople.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sasjs/core.git"
|
|
},
|
|
"release": {
|
|
"branches": [
|
|
"main"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"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",
|
|
"docs": "sasjs doc && ./sasjs/utils/build.sh",
|
|
"postinstall": "node-git-hooks"
|
|
},
|
|
"dependencies": {
|
|
"node-git-hooks": "^1.0.5"
|
|
}
|
|
}
|