Initial commit
germanium cutoff
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user