@sassoftware/viya-api-base
Version:
Template for typical SAS Viya Applications
34 lines (33 loc) • 764 B
JSON
{
"name": "@sassoftware/viya-api-base",
"version": "1.2.21",
"keywords": [
"react",
"create-react-app",
"template",
"viya"
],
"main": "template.json",
"description": "Template for typical SAS Viya Applications",
"homepage": "https://github.com/sassoftware/restaf-server#README.md",
"repository": {
"type": "git",
"url": "https://github.com/sassoftware/restaf-server/tree/main/packages/viya-base-api"
},
"license": "Apache-2.0",
"engine": {
"node": ">=12.14.0",
"npm": ">=6.13.4",
"yarn": ">=1.22.0"
},
"bugs": {
"url": "https://github.com/sassoftware/restaf/issues"
},
"files": [
"template",
"template.json"
],
"scripts": {
"pub": "npm publish --tag next --access public"
}
}