UNPKG

@servicestack/ui

Version:

TypeScript Definitions for ServiceStack built-in UI's

35 lines (34 loc) 1.11 kB
{ "name": "@servicestack/ui", "version": "0.0.9", "description": "TypeScript Definitions for ServiceStack built-in UI's", "homepage": "https://github.com/ServiceStack/servicestack-ui", "types": "index.d.ts", "scripts": { "typecheck": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "postversion": "git push && git push --tags", "build": "typedoc && npm run copy", "copy": "node -e \"require('child_process').execSync(path.sep!='/'?'XCOPY /E /H /S /Y ' + path.join('config','custom','*') + ' docs':'cp -R config/custom/* docs')\"", "docs:build": "api-extractor run --local --verbose && api-documenter markdown -i temp -o docs" }, "repository": { "type": "git", "url": "git+https://github.com/ServiceStack/servicestack-ui.git" }, "keywords": [ "servicestack", "ui", "locode", "api-explorer", "admin-ui" ], "bugs": { "url": "https://github.com/ServiceStack/Issues" }, "author": "ServiceStack, Inc. (https://servicestack.net)", "license": "BSD-3-Clause", "devDependencies": { "typedoc": "^0.22.18" } }