{ "name": "@sasjs/core", "description": "Production Ready 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": "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": {} }