+11
-2
@@ -1,9 +1,18 @@
|
||||
{
|
||||
"name":"@sugoidogo/node-web-globals",
|
||||
"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": "MIT",
|
||||
"author": "SugoiDogo",
|
||||
"type": "module",
|
||||
"files": ["dist/"],
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"scripts": {
|
||||
"prepack": "node src/main.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user