mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "@open-archiver/types",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.13",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"jose": "^6.0.11"
|
|
}
|
|
}
|