UNPKG

quasqui

Version:

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

76 lines (75 loc) 1.95 kB
{ "name": "quasqui", "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", "homepage": "https://github.com/GarlandKohler/quasqui.git", "bugs": { "url": "https://github.com/GarlandKohler/quasqui.git/issues" }, "repository": { "type": "git", "url": "https://github.com/GarlandKohler/quasqui.git" }, "license": "MIT", "keywords": [ "possimus", "framework", "ratione", "nulla" ], "engines": { "node": ">=14.17.6" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{ts,tsx}": [ "node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet", "git add" ], "*.{js,jsx,mjs,mjsx,cjs,cjsx}": [ "node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet", "git add" ] }, "eslintConfig": { "root": true, "extends": [ "@modern-js" ] }, "eslintIgnore": [ "node_modules/", "dist/", "lib/", ".rpt2_cache/", "coverage/" ], "devDependencies": { "btsm": "2.2.2", "jest": "^27", "esbuild": "^0.13.8", "esbuild-jest": "0.5.0", "enhanced-resolve": "^5.8.3", "scan-deps": "0.1.0", "@babel/plugin-transform-modules-commonjs": "^7.16.7", "babel-plugin-module-resolver": "^4.1.0", "@commitlint/cli": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", "@modern-js-app/eslint-config": "workspace:^1.1.2", "@modern-js/eslint-config": "workspace:^1.1.0", "@modern-js/monorepo-tools": "workspace:^1.2.0", "@modern-js/plugin-jarvis": "workspace:^1.1.1", "@modern-js/tsconfig": "workspace:^1.1.0" }, "author": "TreAnderson", "version": "1.1.0" }