UNPKG

@tylertech/forge-build-tools

Version:
90 lines (89 loc) 2.35 kB
{ "name": "@tylertech/forge-build-tools", "version": "3.1.1", "description": "Node utilities for building and packaging libraries.", "author": "Tyler Technologies, Inc.", "license": "Apache-2.0", "repository": "tyler-technologies-oss/forge-build-tools", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "typings": "./dist/index.d.ts", "exports": { "package": "./package.json", "import": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "prepare": "husky", "build": "npm run lint && rimraf ./dist && tsc --project tsconfig.build.json", "lint": "eslint ./src", "release": "auto shipit" }, "engines": { "node": ">=20" }, "keywords": [ "build", "tools", "utilities", "forge", "tyler" ], "dependencies": { "autoprefixer": "10.4.21", "camelcase": "^8.0.0", "canonical-path": "^1.0.0", "chalk": "^5.4.1", "clean-css": "^5.3.3", "del": "^8.0.0", "eslint": "^8.57.0", "fs-extra": "^11.3.0", "glob": "^11.0.2", "html-minifier": "^4.0.0", "lodash.template": "^4.5.0", "merge2": "^1.4.1", "ora": "^8.2.0", "postcss": "^8.5.3", "rimraf": "^6.0.1", "rollup": "^4.41.0", "sass": "^1.89.0", "slash": "^5.1.0", "stylelint": "^16.19.1", "tmp": "^0.2.3", "tslib": "^2.8.1", "util": "^0.12.5", "webpack": "^5.99.9", "webpack-merge": "^6.0.1" }, "peerDependencies": { "typescript": "^5.0.0" }, "devDependencies": { "@auto-it/conventional-commits": "^11.3.0", "@auto-it/first-time-contributor": "^11.3.0", "@auto-it/npm": "^11.3.0", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@tylertech-eslint/eslint-plugin": "^2.1.0", "@types/clean-css": "^4.2.11", "@types/fs-extra": "^11.0.4", "@types/html-minifier": "^4.0.5", "@types/lodash.template": "^4.5.3", "@types/merge2": "^1.4.4", "@types/node": "^22.15.21", "@types/rimraf": "^4.0.5", "@types/run-sequence": "2.2.0", "@types/stylelint": "^14.0.0", "@types/tmp": "0.2.6", "@types/webpack": "^5.28.5", "@types/webpack-merge": "^5.0.0", "auto": "^11.3.0", "commitlint": "^19.8.1", "eslint-plugin-import": "^2.31.0", "husky": "^9.1.7", "typescript": "~5.8.3" } }