{ "name": "@sasjs/core", "description": "SAS Macro Library for Application Development", "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://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" } }