@sassoftware/create-viya-api
Version:
Template for typical SAS Viya Applications
38 lines (37 loc) • 873 B
JSON
{
"name": "@sassoftware/create-viya-api",
"version": "1.2.30",
"keywords": [
"react",
"create-react-app",
"template",
"viya"
],
"main": "index.js",
"description": "Template for typical SAS Viya Applications",
"homepage": "https://github.com/sassoftware/restaf-server#README.md",
"scripts": {
"pub": "npm publish --tag dev --access public"
},
"bin": {
"@sassoftware/create-viya-api": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sassoftware/restaf-server/tree/main/packages/create-viya-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"
},
"dependencies": {
"json-format": "^1.0.1",
"shelljs": "^0.8.4",
"yargs": "^16.2.0"
}
}