mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-22 08:56:27 +00:00
cleanup
This commit is contained in:
parent
77884250ae
commit
1d9ed32438
16
package.json
16
package.json
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "occulto",
|
"name": "occulto",
|
||||||
"version": "2.0.0-rc.7",
|
"version": "2.0.0-rc.7",
|
||||||
|
"license": "MIT",
|
||||||
"description": "crypt utility",
|
"description": "crypt utility",
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/CupCakeArmy/occulto"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"isomorphic",
|
"isomorphic",
|
||||||
"crypto",
|
"crypto",
|
||||||
"aes",
|
"aes",
|
||||||
"rsa"
|
"rsa"
|
||||||
],
|
],
|
||||||
"author": "Niccolo Borgioli",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16",
|
"node": ">=16",
|
||||||
"npm": "please-use-pnpm",
|
"npm": "please-use-pnpm",
|
||||||
@ -55,5 +50,14 @@
|
|||||||
"playwright": "^1.27.1",
|
"playwright": "^1.27.1",
|
||||||
"typedoc": "^0.23.17",
|
"typedoc": "^0.23.17",
|
||||||
"typescript": "^4.8.4"
|
"typescript": "^4.8.4"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/cupcakearmy/occulto"
|
||||||
|
},
|
||||||
|
"author": {
|
||||||
|
"name": "Niccolo Borgioli",
|
||||||
|
"email": "opensource@nicco.io",
|
||||||
|
"url": "https://nicco.io"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user