@sassoftware/restafedit
Version:
Library for data editing in SAS Viya
94 lines (93 loc) • 3.51 kB
JSON
{
"name": "@sassoftware/restafedit",
"version": "3.6.3",
"description": "Library for data editing in SAS Viya",
"author": "devaKumaraswamy",
"license": "Apache-2.0",
"keywords": [
"SAS",
"Viya",
"Editing",
"restaf",
"restafedit"
],
"repository": "https://github.com/sassoftware/restaf/tree/restafedit",
"unpkg": "/dist/index.min.js",
"main": "./lib/index.js",
"module": "/dist/index.min.js",
"browser": "/dist/index.min.js",
"source": "src/index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "rimraf dist && webpack --env target=node p=n --config webpack.config.js && webpack --env target=web p=n --config webpack.config.js && webpack --env target=web p=y --config webpack.config.js",
"test": "cd test && cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 npx jest",
"debug": "cd test && cross-env RESTAFENV=.env NODE_TLS_REJECT_UNAUTHORIZED=0 node --inspect-brk ../node_modules/jest/bin/jest.js -- --runInBand",
"test:build": "run-s build",
"test:lint": "eslint ./src",
"pub": "npm publish --tag alpha --access public",
"jsdoc": "rimraf docs && jsdoc -c jsdoc.json",
"stats": "webpack --env target=node p=a --config webpack.config.js",
"bump": "npm version prerelease"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-json-strings": "^7.22.11",
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-numeric-separator": "^7.22.11",
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/plugin-transform-spread": "^7.14.6",
"@babel/plugin-transform-strict-mode": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"better-docs": "^2.7.3",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jest": "^27.1.3",
"glob-parent": "^5.1.2",
"jest": "^29.2.1",
"jsdoc": "^4.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"rimraf": "^3.0.2",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "4.5.0",
"webpack-node-externals": "2.5.2"
},
"resolution": {
"**/glob-parent": ">=5.1.2"
},
"files": [
"dist",
"lib"
],
"jest": {
"testTimeout": 10000000,
"verbose": false
},
"dependencies": {
"@sassoftware/restaf": "^5.3.1",
"@sassoftware/restaflib": "^5.3.1"
}
}