Check in package.json for dependabot
This commit is contained in:
parent
32fec24e04
commit
82e41e5b4e
1 changed files with 23 additions and 0 deletions
23
backend/sync_lib/pkg/package.json
Normal file
23
backend/sync_lib/pkg/package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "sync_lib",
|
||||||
|
"type": "module",
|
||||||
|
"collaborators": [
|
||||||
|
"Andras Schmelczer <andras@schmelczer.dev>"
|
||||||
|
],
|
||||||
|
"version": "0.3.9",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/schmelczer/vault-link"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"sync_lib_bg.wasm",
|
||||||
|
"sync_lib.js",
|
||||||
|
"sync_lib.d.ts"
|
||||||
|
],
|
||||||
|
"main": "sync_lib.js",
|
||||||
|
"types": "sync_lib.d.ts",
|
||||||
|
"sideEffects": [
|
||||||
|
"./snippets/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue