penambahan web socket
This commit is contained in:
No files matched your search
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "fast-npm-meta",
|
||||
"type": "module",
|
||||
"version": "0.4.6",
|
||||
"description": "Get npm package metadata",
|
||||
"author": "Anthony Fu <[email protected]>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/antfu",
|
||||
"homepage": "https://github.com/antfu/fast-npm-meta#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/antfu/fast-npm-meta.git"
|
||||
},
|
||||
"bugs": "https://github.com/antfu/fast-npm-meta/issues",
|
||||
"keywords": [],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": "./dist/index.mjs"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"dev": "unbuild --stub"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user