cryptgeon/packages/shared/package.json

23 lines
376 B
JSON
Raw Normal View History

2023-04-26 18:06:09 +02:00
{
"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": "^4.9.5"
},
"dependencies": {
2023-04-27 09:36:14 +02:00
"occulto": "^2.0.1"
2023-04-26 18:06:09 +02:00
}
}