2cdd578848
germanium cutoff
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@quixos/package-runtime",
|
|
"version": "1.0.0",
|
|
"author": "Timothy J. Aveni <me@timothyaveni.com> (https://timothyaveni.com/)",
|
|
"description": "",
|
|
"packageManager": "yarn@4.12.0",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"default": "./dist/src/index.js"
|
|
},
|
|
"./browser-surface": {
|
|
"types": "./dist/src/browserSurface.d.ts",
|
|
"default": "./dist/src/browserSurface.js"
|
|
},
|
|
"./browser-surface/shared": {
|
|
"types": "./dist/src/browserSurfaceShared.d.ts",
|
|
"default": "./dist/src/browserSurfaceShared.js"
|
|
},
|
|
"./browser-surface/react": {
|
|
"types": "./dist/src/browserSurfaceReact.d.ts",
|
|
"default": "./dist/src/browserSurfaceReact.js"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^24",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/ws": "^8.18.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"typescript": "^5.9.3",
|
|
"ws": "^8.18.3",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|