|
| 1 | +{ |
| 2 | + "name": "@firecamp/firecamp-har", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "type": "module", |
| 6 | + "main": "dist/index.js", |
| 7 | + "module": "dist/index.mjs", |
| 8 | + "types": "dist/index.d.ts", |
| 9 | + "keywords": [], |
| 10 | + "author": "", |
| 11 | + "license": "AGPLv3", |
| 12 | + "scripts": { |
| 13 | + "build": "tsup", |
| 14 | + "clean": "rimraf dist/", |
| 15 | + "fix": "run-s fix:*", |
| 16 | + "fix:prettier": "prettier \"src/**/*.ts\" --write", |
| 17 | + "fix:lint": "eslint src --ext .ts --fix", |
| 18 | + "test": "pnpm clean && pnpm build && pnpm jest --bail --silent=false --verbose", |
| 19 | + "test:lint": "eslint src --ext .ts", |
| 20 | + "test:prettier": "prettier \"src/**/*.ts\" --list-different", |
| 21 | + "test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"", |
| 22 | + "check-integration-tests": "run-s check-integration-test:*", |
| 23 | + "watch:build": "tsc -p tsconfig.json -w", |
| 24 | + "version": "standard-version" |
| 25 | + }, |
| 26 | + "dependencies": { |
| 27 | + "@firecamp/types": "^0.2.2" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@types/chrome": "^0.0.204", |
| 31 | + "@types/jest": "^29.2.4", |
| 32 | + "@types/node": "^18.0.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.35.1", |
| 34 | + "@typescript-eslint/parser": "^5.29.0", |
| 35 | + "cspell": "^4.1.0", |
| 36 | + "eslint": "^8.29.0", |
| 37 | + "eslint-config-prettier": "^6.11.0", |
| 38 | + "eslint-plugin-eslint-comments": "^3.2.0", |
| 39 | + "eslint-plugin-functional": "^4.2.1", |
| 40 | + "eslint-plugin-import": "^2.22.0", |
| 41 | + "jest": "^28.1.3", |
| 42 | + "jest-chrome": "^0.8.0", |
| 43 | + "prettier": "^2.1.1", |
| 44 | + "rimraf": "^3.0.2", |
| 45 | + "standard-version": "^9.0.0", |
| 46 | + "ts-jest": "^28.0.7", |
| 47 | + "ts-node": "^10.9.1", |
| 48 | + "tsup": "^6.7.0", |
| 49 | + "typedoc": "^0.23.8", |
| 50 | + "typescript": "^4.7.4" |
| 51 | + } |
| 52 | +} |
0 commit comments