@appsemble/types
Version:
TypeScript definitions reused within Appsemble internally
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "@appsemble/types",
"version": "0.32.1",
"description": "TypeScript definitions reused within Appsemble internally",
"keywords": [
"app",
"apps",
"appsemble",
"framework",
"internal",
"low-code",
"lowcode"
],
"homepage": "https://appsemble.app",
"bugs": "https://gitlab.com/appsemble/appsemble/-/issues",
"repository": {
"type": "git",
"url": "https://gitlab.com/appsemble/appsemble.git",
"directory": "packages/types"
},
"license": "LGPL-3.0-only",
"author": "Appsemble <info@appsemble.com> (https://appsemble.com)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"ts-source": "./index.ts",
"default": "./index.js"
}
},
"files": [
"**/*.d.ts",
"**/*.js",
"!**/*.test.js",
"!**/*.test.d.ts",
"!*.config.js"
],
"scripts": {
"prepack": "tsc --noEmit false",
"test": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.0.0",
"jsonschema": "~1.4.1",
"openapi-types": "^12.0.0",
"react": "^18.0.0",
"type-fest": "^4.0.0"
}
}