@rocket.chat/string-helpers
Version:
Helper functions for string manipulation
76 lines (75 loc) • 1.94 kB
JSON
{
"name": "@rocket.chat/string-helpers",
"version": "0.31.25",
"description": "Helper functions for string manipulation",
"keywords": [
"string",
"helpers"
],
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"homepage": "https://github.com/RocketChat/fuselage#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/fuselage.git",
"directory": "packages/string-helpers"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.json",
".:build:cjs": "tsc -p tsconfig-cjs.json",
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"lint-staged": "lint-staged",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"@types/jest": "~29.5.0",
"bump": "^0.31.25",
"eslint": "~8.38.0",
"jest": "~29.5.0",
"lint-all": "^0.31.25",
"lint-staged": "~13.2.1",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"rimraf": "^3.0.2",
"ts-jest": "~29.1.0",
"typedoc": "~0.24.1",
"typescript": "~5.0.4"
},
"eslintConfig": {
"extends": "@rocket.chat/eslint-config-alt/typescript",
"env": {
"jest": true
}
},
"prettier": "@rocket.chat/prettier-config/fuselage",
"jest": {
"preset": "ts-jest",
"errorOnDeprecated": true,
"testMatch": [
"<rootDir>/src/**/*.spec.[jt]s?(x)"
]
},
"gitHead": "0fbbc58bf5cf2ec70e9dda23f099a8ae77e8014e"
}