mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
40 lines
884 B
JSON
40 lines
884 B
JSON
{
|
|
"name": "@sasjs/core",
|
|
"description": "Production Ready Macros for SAS Application Developers",
|
|
"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://core.sasjs.io",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "sasjs cbd -t viya",
|
|
"docs": "sasjs doc && ./sasjs/utils/build.sh",
|
|
"test": "sasjs test -t viya",
|
|
"lint": "sasjs lint",
|
|
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
|
|
},
|
|
"devDependencies": {
|
|
"@sasjs/cli": "^2.22.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|