1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00
Files
core/package.json

42 lines
816 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": {
"test": "sasjs test -t viya",
"docs": "sasjs doc && ./sasjs/utils/build.sh"
},
"devDependencies": {
"@sasjs/cli": "^2.14.2",
"ghooks": "^2.0.4"
},
"config": {
"ghooks": {
"pre-commit": "sasjs lint"
}
}
}