UNPKG

yao-app-ts-types

Version:

typescript types for yao application

47 lines (45 loc) 1.5 kB
{ "name": "yao-app-ts-types", "version": "1.1.4", "description": "typescript types for yao application", "main": "src/index.d.ts", "types": "src/index.d.ts", "scripts": { "build": "tsc && tsc-alias", "doc": "ts-node -r tsconfig-paths/register src/doc/index.ts", "schema:flow": "ts-json-schema-generator --path src/types/dsl/flow.ts --type YaoFlow.Flow > ./json-schemas/flow.json", "schema:api_http": "ts-json-schema-generator --path src/types/dsl/api_http.ts --type YaoHttp.HttpDSL > ./json-schemas/api_http.json", "schema:form": "ts-json-schema-generator --path src/types/dsl/form.ts --type YaoForm.FormDSL > ./json-schemas/form.json", "schema:table": "ts-json-schema-generator --path src/types/dsl/table.ts --type YaoTable.TableDSL > ./json-schemas/table.json", "npm-publish": "npm run build && npm pack && npm publish", "build-schema": "ts-node src/build.ts" }, "files": [ "src", "LICENSE", "json-schemas", "README.md", "package.json" ], "keywords": [ "yao", "yao-engine" ], "author": "vincentwwsheng@gmail.com", "license": "MIT", "devDependencies": { "antd": "^5.4.0", "axios": "^1.3.5", "ts-json-schema-generator": "^1.2.0", "@types/node": "^18.14.1", "ts-node": "^10.9.1", "tsc-alias": "^1.8.5", "tsconfig-paths": "^4.1.2", "typescript": "^4.9.5", "@types/antd": "^1.0.0", "@types/axios": "^0.14.0", "@types/react": "^18.0.33" }, "dependencies": { } }