@flexilla/manager
Version:
Utility that help manage Flexilla Components Instances
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "@flexilla/manager",
"private": false,
"version": "0.1.0",
"type": "module",
"description": "Utility that help manage Flexilla Components Instances",
"publishConfig": {
"access": "public"
},
"main": "./dist/manager.js",
"module": "./dist/manager.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/manager.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/manager.cjs"
}
}
},
"files": [
"dist",
"package.json",
"!vite.config.ts",
"!.gitignore",
"!tsconfig.json"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3"
},
"keywords": [
"flexilla",
"flexilla manager"
],
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/unoforge/flexilla"
},
"bugs": {
"url": "https://github.com/unoforge/flexilla/issues"
},
"license": "MIT",
"author": "johnkat-mj",
"gitHead": "efc206a244e576bbadf7e78c5b6b921e3019a0c0"
}