mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
43 lines
878 B
JSON
43 lines
878 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://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"
|
|
},
|
|
"devDependencies": {
|
|
"@sasjs/cli": "^2.14.2",
|
|
"ghooks": "^2.0.4"
|
|
},
|
|
"config": {
|
|
"ghooks": {
|
|
"pre-commit": "sasjs lint"
|
|
}
|
|
}
|
|
}
|