|
| 1 | +{ |
| 2 | + "name": "@rocket.chat/message-parser", |
| 3 | + "description": "Rocket.Chat parser for messages", |
| 4 | + "version": "0.23.0", |
| 5 | + "author": { |
| 6 | + "name": "Rocket.Chat", |
| 7 | + "url": "https://rocket.chat/" |
| 8 | + }, |
| 9 | + "license": "MIT", |
| 10 | + "homepage": "https://github.com/RocketChat/Rocket.Chat.Fuselage#readme", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/RocketChat/Rocket.Chat.Fuselage.git", |
| 14 | + "directory": "packages/message-parser" |
| 15 | + }, |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" |
| 18 | + }, |
| 19 | + "main": "messageParser.js", |
| 20 | + "exports": { |
| 21 | + ".": { |
| 22 | + "default": "./messageParser.js" |
| 23 | + }, |
| 24 | + "./index": { |
| 25 | + "default": "./messageParser.js" |
| 26 | + } |
| 27 | + }, |
| 28 | + "module": "dist/messageParser.mjs", |
| 29 | + "unpkg": "dist/messageParser.umd.js", |
| 30 | + "types": "dist/index.d.ts", |
| 31 | + "files": [ |
| 32 | + "/dist", |
| 33 | + "/messageParser.js" |
| 34 | + ], |
| 35 | + "directories": { |
| 36 | + "test": "test" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@babel/core": "^7.14.0", |
| 40 | + "@babel/eslint-parser": "^7.13.14", |
| 41 | + "@babel/preset-env": "^7.14.1", |
| 42 | + "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", |
| 43 | + "@rocket.chat/prettier-config": "workspace:packages/prettier-config", |
| 44 | + "@types/jest": "^26.0.23", |
| 45 | + "@types/node": "^14.14.43", |
| 46 | + "@typescript-eslint/parser": "^4.22.0", |
| 47 | + "babel-loader": "^8.2.2", |
| 48 | + "eslint": "^7.25.0", |
| 49 | + "jest": "^26.6.3", |
| 50 | + "lint-staged": "^10.5.4", |
| 51 | + "npm-run-all": "^4.1.5", |
| 52 | + "peggy": "^1.1.0", |
| 53 | + "prettier": "^2.2.1", |
| 54 | + "prettier-plugin-pegjs": "^0.3.2", |
| 55 | + "rimraf": "^3.0.2", |
| 56 | + "ts-jest": "^26.5.5", |
| 57 | + "ts-loader": "^9.1.1", |
| 58 | + "typescript": "^4.2.4", |
| 59 | + "webpack": "^5.36.2", |
| 60 | + "webpack-cli": "^4.6.0" |
| 61 | + }, |
| 62 | + "publishConfig": { |
| 63 | + "access": "public" |
| 64 | + }, |
| 65 | + "scripts": { |
| 66 | + "build": "run-s .:build:clean .:build:bundle", |
| 67 | + ".:build:clean": "rimraf dist", |
| 68 | + ".:build:bundle": "webpack", |
| 69 | + "test": "jest --runInBand --coverage", |
| 70 | + "watch": "jest --watch", |
| 71 | + "lint": "eslint .", |
| 72 | + "lint-fix": "run-p .:lint-fix:eslint .:lint-fix:prettier", |
| 73 | + ".:lint-fix:eslint": "eslint --fix .", |
| 74 | + ".:lint-fix:prettier": "prettier --write '**/*.pegjs'", |
| 75 | + "lint-staged": "lint-staged" |
| 76 | + } |
| 77 | +} |
0 commit comments