mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-21 17:46:25 +00:00
update deps
This commit is contained in:
parent
6bbc5979ae
commit
bac19fa91d
46
package.json
46
package.json
@ -1,8 +1,6 @@
|
||||
{
|
||||
"name": "occulto",
|
||||
"version": "2.0.2",
|
||||
"packageManager": "pnpm@8.4.0",
|
||||
"license": "MIT",
|
||||
"version": "2.0.3",
|
||||
"description": "crypt utility",
|
||||
"keywords": [
|
||||
"isomorphic",
|
||||
@ -10,20 +8,24 @@
|
||||
"aes",
|
||||
"rsa"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16",
|
||||
"npm": "please-use-pnpm",
|
||||
"yarn": "please-use-pnpm",
|
||||
"pnpm": ">=8"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cupcakearmy/occulto"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Niccolo Borgioli",
|
||||
"email": "opensource@nicco.io",
|
||||
"url": "https://nicco.io"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@ -42,23 +44,21 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@endyjasmi/karma-playwright-launcher": "^0.0.4",
|
||||
"@types/node": "^20.1.5",
|
||||
"chai": "^4.3.7",
|
||||
"@types/node": "^20.11.17",
|
||||
"chai": "^4.4.1",
|
||||
"karma": "^6.4.2",
|
||||
"karma-mocha": "^2.0.1",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha": "^10.3.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"playwright": "^1.33.0",
|
||||
"typedoc": "^0.24.7",
|
||||
"typescript": "^5.0.4"
|
||||
"playwright": "^1.41.2",
|
||||
"typedoc": "^0.25.7",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cupcakearmy/occulto"
|
||||
},
|
||||
"author": {
|
||||
"name": "Niccolo Borgioli",
|
||||
"email": "opensource@nicco.io",
|
||||
"url": "https://nicco.io"
|
||||
"packageManager": "pnpm@8.15.1",
|
||||
"engines": {
|
||||
"node": ">=16",
|
||||
"npm": "please-use-pnpm",
|
||||
"pnpm": ">=8",
|
||||
"yarn": "please-use-pnpm"
|
||||
}
|
||||
}
|
||||
|
685
pnpm-lock.yaml
generated
685
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user