Files
node-web-globals/package.json
T
sugoidogo c42fae1780
/ publish (push) Failing after 20s
backport missing globals fix
2026-04-04 15:07:42 -07:00

28 lines
619 B
JSON

{
"name": "@sugoidogo/node-web-globals",
"version": "0.0.0",
"description": "types intersection between node and web globals",
"repository": {
"type": "git",
"url": "git@gitea.sugoidogo.com:sugoidogo/node-web-globals.git"
},
"license": "Apache-2.0",
"author": "SugoiDogo",
"type": "module",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"prepack": "node main.js"
},
"dependencies": {
"undici-types": "^7.21.0"
},
"devDependencies": {
"@sugoidogo/importable-types-web": "^1.0.0",
"@types/node": "^20.19.39",
"@types/web": "^0.0.329"
}
}