{ "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": { "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" } } }