UNPKG

@globalart/text-utils

Version:

A collection of modules, helpers and utils for working with text.

59 lines (58 loc) 1.56 kB
{ "name": "@globalart/text-utils", "description": "A collection of modules, helpers and utils for working with text.", "version": "1.0.4", "private": false, "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "prepublish:npm": "npm run build", "publish:npm": "release-it", "prepublish:dev": "npm run build", "publish:dev": "npm publish --access public --tag dev", "prepare": "husky ./.github/husky", "format": "prettier --write \"packages/**/*.ts\"", "lint": "eslint --ignore-path .gitignore packages/**/*.ts" }, "author": "GlobalArt, Inc", "license": "MIT", "lint-staged": { "*.ts": "npm run format" }, "devDependencies": { "@commitlint/cli": "19.3.0", "@commitlint/config-angular": "19.3.0", "@favware/npm-deprecate": "1.0.7", "@types/node": "20.12.13", "@typescript-eslint/eslint-plugin": "7.0.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "husky": "9.0.11", "lint-staged": "15.2.5", "prettier": "3.3.2", "release-it": "17.3.0", "rxjs": "7.8.1", "ts-node": "10.9.2", "typescript": "5.4.5" }, "directories": { "src": "src" }, "files": [ "dist" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/GlobalartInc/text-utils" }, "engines": { "node": ">=16.6.0", "npm": ">=7.0.0" }, "dependencies": { "rimraf": "^5.0.7" } }