cryptgeon/packages/shared/package.json

23 lines
376 B
JSON
Raw Normal View History

{
"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": {
2024-03-03 01:50:52 +01:00
"typescript": "^5.3.3"
},
"dependencies": {
2024-03-03 01:50:52 +01:00
"occulto": "^2.0.3"
}
}