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