@agile-ts/multieditor
Version:
Simple Form Manager for UI-Frameworks
69 lines (68 loc) • 1.69 kB
JSON
{
"name": "@agile-ts/multieditor",
"version": "0.0.25",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
"description": "Simple Form Manager for UI-Frameworks",
"keywords": [
"form",
"form manager",
"form editor",
"form validator",
"react",
"multi-editor",
"agile",
"agile-ts"
],
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "shx rm -rf dist && rollup --c rollup.config.js",
"dev:publish": "yalc publish",
"dev:push": "yalc push",
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*",
"install:clean": "shx rm -rf dist && shx rm -rf node_modules && yarn install"
},
"devDependencies": {
"@agile-ts/core": "file:../core",
"yup": "^0.32.9"
},
"peerDependencies": {
"@agile-ts/core": "^0.2.8"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/agile-ts/agile.git"
},
"bugs": {
"url": "https://github.com/agile-ts/agile/issues"
},
"files": [
"dist",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"sideEffects": false
}