UNPKG

powerform

Version:
64 lines (63 loc) 1.76 kB
{ "name": "powerform", "version": "5.0.1-alpha1", "description": "A powerful form model.", "main": "./lib/index.js", "types": "./index.d.ts", "module": "./lib/index.mjs", "exports": { ".": { "require": "./lib/index.js", "import": "./lib/index.mjs", "types": "./index.d.ts" }, "./package.json": "./package.json" }, "scripts": { "test": "jest --coverage", "format": "prettier --write \"src/**/*.ts\" \"./*.json\"", "lint": "eslint --fix --ext .ts ./src", "clean": "rm -rf lib/* deno/lib/*", "build": "yarn run clean && npm run build:cjs && npm run build:esm", "build:esm": "rollup --config rollup.config.js", "build:cjs": "tsc --p tsconfig.cjs.json", "build:types": "tsc --p tsconfig.types.json" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/ludbek/powerform.git" }, "bugs": { "url": "https://github.com/ludbek/powerform/issues" }, "homepage": "https://github.com/ludbek/powerform#readme", "keywords": [ "form", "mithril", "react" ], "author": "ludbek", "license": "ISC", "devDependencies": { "@rollup/plugin-typescript": "^8.3.3", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.31.0", "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-unused-imports": "^2.0.0", "jest": "^28.1.3", "lint-staged": "^12.3.7", "prettier": "^2.3.2", "rollup": "^2.70.1", "ts-jest": "^28.0.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.4" } }