{ "name": "@sasjs/adapter", "description": "JavaScript adapter for SAS", "homepage": "https://adapter.sasjs.io", "scripts": { "preinstall": "node checkNodeVersion", "prebuild": "node checkNodeVersion", "build": "rimraf build && rimraf node && mkdir node && copyfiles -u 1 \"./src/**/*\" ./node && webpack && rimraf build/src && rimraf node", "package:lib": "npm run build && copyfiles ./package.json ./checkNodeVersion.js build && cd build && npm version \"5.0.0\" && npm pack", "publish:lib": "npm run build && cd build && npm publish", "lint:fix": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\" && npx prettier --write \"sasjs-tests/src/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\"", "lint": "npx prettier --check \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\" && npx prettier --check \"sasjs-tests/src/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\"", "test": "jest --silent --coverage", "prepublishOnly": "cp -r ./build/* . && rm -rf ./build", "postpublish": "git clean -fd", "semantic-release": "semantic-release", "typedoc": "node createTSDocs", "prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks && git config core.autocrlf false || true" }, "publishConfig": { "access": "public" }, "release": { "plugins": [ "@semantic-release/npm", { "pkgRoot": "/build" } ] }, "keywords": [ "sas", "viya", "sasjs" ], "author": "Allan Bowe ", "repository": { "type": "git", "url": "https://github.com/sasjs/adapter" }, "license": "ISC", "devDependencies": { "@types/axios": "0.14.0", "@types/express": "4.17.13", "@types/form-data": "2.5.0", "@types/jest": "27.4.0", "@types/mime": "2.0.3", "@types/pem": "1.9.6", "@types/tough-cookie": "4.0.1", "copyfiles": "2.4.1", "cp": "0.2.0", "dotenv": "16.0.0", "express": "4.17.3", "jest": "27.4.7", "jest-extended": "2.0.0", "node-polyfill-webpack-plugin": "1.1.4", "path": "0.12.7", "pem": "1.14.6", "process": "0.11.10", "rimraf": "3.0.2", "semantic-release": "18.0.0", "terser-webpack-plugin": "5.3.1", "ts-jest": "27.1.3", "ts-loader": "9.2.6", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "typedoc": "0.22.11", "typedoc-plugin-rename-defaults": "0.4.0", "typescript": "4.5.5", "webpack": "5.69.0", "webpack-cli": "4.9.2" }, "main": "index.js", "dependencies": { "@sasjs/utils": "2.44.0", "axios": "0.26.0", "axios-cookiejar-support": "1.0.1", "form-data": "4.0.0", "https": "1.0.0", "tough-cookie": "4.0.0" } }