@frui.ts/helpers
Version:
Frui.ts helper functions
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "@frui.ts/helpers",
"publishConfig": {
"access": "public"
},
"version": "1.0.0-rc.4",
"description": "Frui.ts helper functions",
"keywords": [
"front-end",
"framework",
"mvvm",
"helpers"
],
"homepage": "https://github.com/eManPrague/frui.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/eManPrague/frui.ts.git"
},
"bugs": {
"url": "https://github.com/eManPrague/frui.ts/issues"
},
"author": "Augustin Šulc <sulc.gusta@gmail.com>",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"default": "./dist/index.es.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
}
},
"directories": {
"lib": "dist",
"test": "__tests__"
},
"scripts": {
"clean": "rimraf dist",
"build": "vite build && tsc --noEmit false --emitDeclarationOnly"
},
"peerDependencies": {
"mobx": "6"
},
"gitHead": "fdbf53a07c25a0d5fc30f34f164ebf560eef0962"
}