mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 12:54:18 +01:00
23 lines
376 B
JSON
23 lines
376 B
JSON
{
|
|
"private": true,
|
|
"name": "@cryptgeon/shared",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"occulto": "^2.0.3"
|
|
}
|
|
}
|