25 lines
568 B
JSON
25 lines
568 B
JSON
{
|
|
"name": "@sugoidogo/importable-types-web",
|
|
"version": "1.0.0",
|
|
"description": "importable types and interfaces from @types/web",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitea.sugoidogo.com:sugoidogo/importable-types-web.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "SugoiDogo",
|
|
"type": "module",
|
|
"types": "index.d.ts",
|
|
"files": ["index.d.ts"],
|
|
"scripts": {
|
|
"prepack": "node main.ts"
|
|
},
|
|
"dependencies": {
|
|
"undici-types": "^7.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.2.2",
|
|
"@types/web": "^0.0.329"
|
|
}
|
|
}
|