|
1 |
| -{ |
2 |
| -"name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.5", |
3 |
| -"version": "0.1.4", |
4 |
| -"description": "Common utilities library for Unreal Engine 5.5 Pixel Streaming", |
5 |
| -"main": "build/commonjs/pixelstreamingcommon.js", |
6 |
| -"module": "build/esm/pixelstreamingcommon.js", |
7 |
| -"types": "build/types/pixelstreamingcommon.d.ts", |
8 |
| -"sideEffects": false, |
9 |
| -"scripts": { |
10 |
| - "compile": "tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json", |
11 |
| - "build": "rimraf ./build && npm run build-proto && npm run compile", |
12 |
| - "build-dev": "npm run build-proto && npm run compile", |
13 |
| - "build-proto": "protoc --experimental_allow_proto3_optional --ts_out src/Messages --proto_path protobuf protobuf/signalling_messages.proto", |
14 |
| - "build-proto-docs": "protoc --doc_out=docs --doc_opt=markdown,messages.md --proto_path protobuf protobuf/signalling_messages.proto", |
15 |
| - "build-docs": "typedoc --tsconfig tsconfig.base.json", |
16 |
| - "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
17 |
| - "test": "echo \"Error: no test specified\" && exit 1" |
18 |
| -}, |
19 |
| -"devDependencies": { |
20 |
| - "@types/jest": "^29.5.14", |
21 |
| - "@types/webxr": "^0.5.1", |
22 |
| - "@typescript-eslint/eslint-plugin": "^6.21.0", |
23 |
| - "cspell": "^4.1.0", |
24 |
| - "eslint": "^8.11.0", |
25 |
| - "eslint-config-prettier": "^9.1.0", |
26 |
| - "eslint-plugin-prettier": "^5.2.1", |
27 |
| - "eslint-plugin-tsdoc": "^0.2.17", |
28 |
| - "jest": "^29.7.0", |
29 |
| - "jest-environment-jsdom": "^29.7.0", |
30 |
| - "prettier": "3.3.3", |
31 |
| - "rimraf": "^5.0.5", |
32 |
| - "ts-jest": "^29.2.5", |
33 |
| - "ts-loader": "^9.4.2", |
34 |
| - "ts-node": "^10.9.2", |
35 |
| - "typedoc": "^0.27.4", |
36 |
| - "typedoc-plugin-markdown": "^4.3.2", |
37 |
| - "typescript": "^5.0.0" |
38 |
| -}, |
39 |
| -"author": "Epic Games", |
40 |
| -"license": "MIT", |
41 |
| -"publishConfig": { |
42 |
| - "access": "public" |
43 |
| -}, |
44 |
| -"dependencies": { |
45 |
| - "@protobuf-ts/plugin": "^2.9.3", |
46 |
| - "@types/ws": "^8.5.10", |
47 |
| - "ws": "^8.17.1" |
48 |
| -}, |
49 |
| -"lint-staged": { |
50 |
| - "*.ts": "eslint --fix" |
51 |
| -} |
52 |
| -} |
| 1 | +{ |
| 2 | + "name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.5", |
| 3 | + "version": "0.1.4", |
| 4 | + "description": "Common utilities library for Unreal Engine 5.5 Pixel Streaming", |
| 5 | + "main": "build/commonjs/pixelstreamingcommon.js", |
| 6 | + "module": "build/esm/pixelstreamingcommon.js", |
| 7 | + "types": "build/types/pixelstreamingcommon.d.ts", |
| 8 | + "sideEffects": false, |
| 9 | + "scripts": { |
| 10 | + "compile": "tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json", |
| 11 | + "build": "rimraf ./build && npm run build-proto && npm run compile", |
| 12 | + "build-dev": "npm run build-proto && npm run compile", |
| 13 | + "build-proto": "protoc --experimental_allow_proto3_optional --ts_out src/Messages --proto_path protobuf protobuf/signalling_messages.proto", |
| 14 | + "build-proto-docs": "protoc --doc_out=docs --doc_opt=markdown,messages.md --proto_path protobuf protobuf/signalling_messages.proto", |
| 15 | + "build-docs": "typedoc --tsconfig tsconfig.base.json", |
| 16 | + "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
| 17 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 18 | + }, |
| 19 | + "devDependencies": { |
| 20 | + "@types/jest": "^29.5.14", |
| 21 | + "@types/webxr": "^0.5.1", |
| 22 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 23 | + "cspell": "^4.1.0", |
| 24 | + "eslint": "^8.11.0", |
| 25 | + "eslint-config-prettier": "^9.1.0", |
| 26 | + "eslint-plugin-prettier": "^5.2.1", |
| 27 | + "eslint-plugin-tsdoc": "^0.2.17", |
| 28 | + "jest": "^29.7.0", |
| 29 | + "jest-environment-jsdom": "^29.7.0", |
| 30 | + "prettier": "3.3.3", |
| 31 | + "rimraf": "^5.0.5", |
| 32 | + "ts-jest": "^29.2.5", |
| 33 | + "ts-loader": "^9.4.2", |
| 34 | + "ts-node": "^10.9.2", |
| 35 | + "typedoc": "^0.27.4", |
| 36 | + "typedoc-plugin-markdown": "^4.3.2", |
| 37 | + "typescript": "^5.0.0" |
| 38 | + }, |
| 39 | + "author": "Epic Games", |
| 40 | + "license": "MIT", |
| 41 | + "publishConfig": { |
| 42 | + "access": "public" |
| 43 | + }, |
| 44 | + "dependencies": { |
| 45 | + "@protobuf-ts/plugin": "^2.9.3", |
| 46 | + "@types/ws": "^8.5.10", |
| 47 | + "ws": "^8.17.1" |
| 48 | + }, |
| 49 | + "lint-staged": { |
| 50 | + "*.ts": "eslint --fix" |
| 51 | + } |
| 52 | +} |
0 commit comments