|
1 | 1 | { |
2 | | - "name": "tracelib", |
3 | | - "version": "1.0.1", |
4 | | - "description": "A Node.js library that provides Chrome DevTools trace models to parse arbitrary trace logs.", |
5 | | - "main": "./build/src/index.js", |
6 | | - "scripts": { |
7 | | - "build": "run-s clean compile", |
8 | | - "clean": "rm -rf build coverage", |
9 | | - "compile": "NODE_ENV=production tsc", |
10 | | - "prepublishOnly": "npm prune && run-s build", |
11 | | - "release": "npm run release:patch", |
12 | | - "release:patch": "np patch", |
13 | | - "release:minor": "np minor", |
14 | | - "release:major": "np major", |
15 | | - "test": "run-s test:*", |
16 | | - "test:lint": "run-p test:lint:*", |
17 | | - "test:lint:eslint": "eslint --ext ts src devtools tests", |
18 | | - "test:lint:tsc": "tsc", |
19 | | - "test:unit": "jest --coverage", |
20 | | - "watch": "tsc --watch" |
21 | | - }, |
22 | | - "repository": { |
23 | | - "type": "git", |
24 | | - "url": "git+https://github.com/saucelabs/tracelib.git" |
25 | | - }, |
26 | | - "keywords": [ |
27 | | - "chrome", |
28 | | - "devtools" |
29 | | - ], |
30 | | - "author": "Christian Bromann <christian@saucelabs.com>", |
31 | | - "license": "Apache-2.0", |
32 | | - "bugs": { |
33 | | - "url": "https://github.com/saucelabs/tracelib/issues" |
34 | | - }, |
35 | | - "homepage": "https://github.com/saucelabs/tracelib#readme", |
36 | | - "devDependencies": { |
37 | | - "@types/jest": "^24.0.16", |
38 | | - "@typescript-eslint/eslint-plugin": "^1.13.0", |
39 | | - "@typescript-eslint/parser": "^1.13.0", |
40 | | - "eslint": "^6.1.0", |
41 | | - "eslint-config-prettier": "^6.0.0", |
42 | | - "eslint-plugin-prettier": "^3.1.0", |
43 | | - "jest": "^24.8.0", |
44 | | - "np": "^5.0.3", |
45 | | - "npm-run-all": "^4.1.5", |
46 | | - "prettier": "^1.18.2", |
47 | | - "ts-jest": "^24.0.2", |
48 | | - "typescript": "^3.5.3" |
49 | | - } |
| 2 | + "name": "tracelib", |
| 3 | + "version": "1.0.1", |
| 4 | + "description": "A Node.js library that provides Chrome DevTools trace models to parse arbitrary trace logs.", |
| 5 | + "main": "./build/src/index.js", |
| 6 | + "scripts": { |
| 7 | + "build": "run-s clean compile", |
| 8 | + "clean": "rm -rf build coverage", |
| 9 | + "compile": "NODE_ENV=production tsc", |
| 10 | + "prepublishOnly": "npm prune && run-s build", |
| 11 | + "release": "npm run release:patch", |
| 12 | + "release:patch": "np patch", |
| 13 | + "release:minor": "np minor", |
| 14 | + "release:major": "np major", |
| 15 | + "test": "run-s test:*", |
| 16 | + "test:lint": "run-p test:lint:*", |
| 17 | + "test:lint:eslint": "eslint --ext ts src devtools tests", |
| 18 | + "test:lint:tsc": "tsc", |
| 19 | + "test:unit": "jest --coverage", |
| 20 | + "watch": "tsc --watch" |
| 21 | + }, |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/saucelabs/tracelib.git" |
| 25 | + }, |
| 26 | + "keywords": [ |
| 27 | + "chrome", |
| 28 | + "devtools" |
| 29 | + ], |
| 30 | + "author": "Christian Bromann <christian@saucelabs.com>", |
| 31 | + "license": "Apache-2.0", |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/saucelabs/tracelib/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/saucelabs/tracelib#readme", |
| 36 | + "devDependencies": { |
| 37 | + "@eslint/js": "^10.0.0", |
| 38 | + "@types/jest": "^30.0.0", |
| 39 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 40 | + "@typescript-eslint/parser": "^8.56.1", |
| 41 | + "eslint": "^10.0.0", |
| 42 | + "eslint-config-prettier": "^10.1.8", |
| 43 | + "eslint-plugin-prettier": "^5.5.5", |
| 44 | + "jest": "^30.2.0", |
| 45 | + "np": "^11.0.2", |
| 46 | + "npm-run-all": "^4.1.5", |
| 47 | + "prettier": "^3.8.1", |
| 48 | + "ts-jest": "^29.4.6", |
| 49 | + "typescript": "^5.9.3" |
| 50 | + } |
50 | 51 | } |
0 commit comments