UNPKG

cumqueoptio

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

69 lines (68 loc) 1.45 kB
{ "name": "cumqueoptio", "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", "repository": { "type": "git", "url": "https://github.com/BrodyBotsford/cumqueoptio.git" }, "license": "MIT", "keywords": [ "explicabo", "pariatur", "modern", "modern.js", "et", "reduck" ], "engines": { "node": ">=12.13.0" }, "packageManager": "pnpm@7.12.2", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{ts,tsx}": [ "pnpm exec eslint --fix --color --cache --quiet" ], "*.{js,jsx,mjs,mjsx,cjs,cjsx}": [ "pnpm exec eslint --fix --color --cache --quiet" ] }, "eslintConfig": { "extends": [ "@modern-js" ], "ignorePatterns": [ "dist", "lcov-report", "examples" ] }, "eslintIgnore": [ "node_modules/", "dist/", "lib/", ".rpt2_cache/" ], "workspaces": { "packages": [ "packages/*", "packages/**/*" ] }, "devDependencies": { "@commitlint/cli": "^17.0.0", "@commitlint/config-conventional": "^17.0.0", "@modern-js-reduck/scripts": "workspace:*", "@modern-js/monorepo-tools": "^1.19.0", "@modern-js/tsconfig": "^1.19.0", "husky": "^8.0.0", "lint-staged": "^11.2.6", "webpack": "^5.54.0" }, "author": "ClotildeSchamberger", "version": "1.1.2" }