mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-22 05:06:26 +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",
|
"name": "occulto",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"packageManager": "pnpm@8.4.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"description": "crypt utility",
|
"description": "crypt utility",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"isomorphic",
|
"isomorphic",
|
||||||
@ -10,20 +8,24 @@
|
|||||||
"aes",
|
"aes",
|
||||||
"rsa"
|
"rsa"
|
||||||
],
|
],
|
||||||
"engines": {
|
"repository": {
|
||||||
"node": ">=16",
|
"type": "git",
|
||||||
"npm": "please-use-pnpm",
|
"url": "https://github.com/cupcakearmy/occulto"
|
||||||
"yarn": "please-use-pnpm",
|
},
|
||||||
"pnpm": ">=8"
|
"license": "MIT",
|
||||||
|
"author": {
|
||||||
|
"name": "Niccolo Borgioli",
|
||||||
|
"email": "opensource@nicco.io",
|
||||||
|
"url": "https://nicco.io"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./dist/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
@ -42,23 +44,21 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@endyjasmi/karma-playwright-launcher": "^0.0.4",
|
"@endyjasmi/karma-playwright-launcher": "^0.0.4",
|
||||||
"@types/node": "^20.1.5",
|
"@types/node": "^20.11.17",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.4.1",
|
||||||
"karma": "^6.4.2",
|
"karma": "^6.4.2",
|
||||||
"karma-mocha": "^2.0.1",
|
"karma-mocha": "^2.0.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.3.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"playwright": "^1.33.0",
|
"playwright": "^1.41.2",
|
||||||
"typedoc": "^0.24.7",
|
"typedoc": "^0.25.7",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"repository": {
|
"packageManager": "pnpm@8.15.1",
|
||||||
"type": "git",
|
"engines": {
|
||||||
"url": "https://github.com/cupcakearmy/occulto"
|
"node": ">=16",
|
||||||
},
|
"npm": "please-use-pnpm",
|
||||||
"author": {
|
"pnpm": ">=8",
|
||||||
"name": "Niccolo Borgioli",
|
"yarn": "please-use-pnpm"
|
||||||
"email": "opensource@nicco.io",
|
|
||||||
"url": "https://nicco.io"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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