1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00
Files
core/package.json
2025-03-18 12:29:55 +00:00

36 lines
823 B
JSON

{
"name": "@sasjs/core",
"description": "Macros for SAS Application Developers",
"license": "MIT",
"keywords": [
"SAS",
"Viya",
"SASjs"
],
"author": "Allan Bowe",
"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": "npx @sasjs/cli cbd -t server",
"docs": "npx @sasjs/cli doc -t docsonly && ./sasjs/utils/build.sh",
"test": "npx @sasjs/cli test -t server",
"lint": "npx @sasjs/cli lint",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
}
}