|
| 1 | +{ |
| 2 | + "name": "@rocket.chat/string-helpers", |
| 3 | + "version": "0.23.0", |
| 4 | + "description": "Helper functions for string manipulation", |
| 5 | + "keywords": [ |
| 6 | + "string", |
| 7 | + "helpers" |
| 8 | + ], |
| 9 | + "author": { |
| 10 | + "name": "Rocket.Chat", |
| 11 | + "url": "https://rocket.chat/" |
| 12 | + }, |
| 13 | + "homepage": "https://github.com/RocketChat/Rocket.Chat.Fuselage#readme", |
| 14 | + "license": "MIT", |
| 15 | + "publishConfig": { |
| 16 | + "access": "public" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/RocketChat/Rocket.Chat.Fuselage.git" |
| 21 | + }, |
| 22 | + "main": "dist/cjs/index.js", |
| 23 | + "module": "dist/esm/index.js", |
| 24 | + "types": "dist/esm/index.d.ts", |
| 25 | + "typesVersions": { |
| 26 | + "<4.1": { |
| 27 | + "*": [ |
| 28 | + "ts3.4/*" |
| 29 | + ] |
| 30 | + } |
| 31 | + }, |
| 32 | + "files": [ |
| 33 | + "/dist" |
| 34 | + ], |
| 35 | + "scripts": { |
| 36 | + "build": "run-s .:build:clean .:build:esm .:build:cjs .:build:ts3.4", |
| 37 | + ".:build:clean": "rimraf dist", |
| 38 | + ".:build:esm": "tsc -p tsconfig.json", |
| 39 | + ".:build:cjs": "tsc -p tsconfig-cjs.json", |
| 40 | + ".:build:ts3.4": "downlevel-dts dist/esm/ dist/ts3.4/ --to=3.4", |
| 41 | + "lint": "eslint src", |
| 42 | + "lint-fix": "eslint --fix src", |
| 43 | + "lint-staged": "lint-staged", |
| 44 | + "test": "jest --runInBand" |
| 45 | + }, |
| 46 | + "bugs": { |
| 47 | + "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@types/jest": "^26.0.22", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.22.0", |
| 52 | + "@typescript-eslint/parser": "^4.22.0", |
| 53 | + "downlevel-dts": "^0.7.0", |
| 54 | + "eslint": "^7.24.0", |
| 55 | + "eslint-config-prettier": "^8.2.0", |
| 56 | + "eslint-plugin-import": "^2.22.1", |
| 57 | + "eslint-plugin-prettier": "^3.4.0", |
| 58 | + "jest": "^26.6.3", |
| 59 | + "lint-staged": "^10.5.4", |
| 60 | + "npm-run-all": "^4.1.5", |
| 61 | + "prettier": "^2.2.1", |
| 62 | + "rimraf": "^3.0.2", |
| 63 | + "ts-jest": "^26.5.5", |
| 64 | + "typescript": "^4.2.4" |
| 65 | + }, |
| 66 | + "dependencies": { |
| 67 | + "tslib": "^2.2.0" |
| 68 | + } |
| 69 | +} |
0 commit comments