@sassoftware/viya-api-base
Version:
Template for typical SAS Viya Applications
59 lines (57 loc) • 2.21 kB
JSON
{
"dependencies": {
"@sassoftware/restaf": "next",
"@sassoftware/restaflib": "next",
"@sassoftware/viya-apiserverjs": "^1.2.21",
"joi": "^17.3.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-do-expressions": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-function-bind": "^7.12.1",
"@babel/plugin-proposal-function-sent": "^7.12.1",
"@babel/plugin-proposal-json-strings": "^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-spread": "^7.12.1",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"jest": "next",
"prettier": "^2.1.2",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.0",
"rimraf": "^3.0.2",
"shx": "^0.3.3"
},
"resolutions": {
"**/core-js": "^3.6.4"
},
"jest": {
"testTimeout": 10000000,
"verbose": false
},
"scripts": {
"test": "npx jest",
"start": "node index.js --env=./.env --docker=./Dockerfile",
"indocker": "node index.js",
"debug": "node --inspect-brk index.js --env=./.env --docker=./Dockerfile",
"format": "prettier-eslint --eslint-config-path ./.eslintrc.json --write '**/*.js'",
"lint": "eslint . --ext .js --fix"
}
}