@sassoftware/vi-api
Version:
Types used in the SAS Visual Investigator API
38 lines (37 loc) • 840 B
JSON
{
"name": "@sassoftware/vi-api",
"version": "1.48.0",
"description": "Types used in the SAS Visual Investigator API",
"keywords": [
"SAS",
"VI",
"Visual Investigator",
"solution",
"extension",
"angular",
"API",
"types"
],
"homepage": "https://github.com/sassoftware/vi-solution-extensions",
"bugs": {
"url": "https://github.com/sassoftware/vi-solution-extensions/issues"
},
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/sassoftware/vi-solution-extensions"
},
"files": [
"**/*.d.ts",
"**/*.js",
"**/package.json",
"./README.md",
"./LICENSE.txt"
],
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"@types/angular": "^1.7.3",
"@types/angular-resource": "^1.5.16"
}
}