15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/metamask",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Only book and allow bookings from people who share the same tokens, DAOs, or NFTs.",
|
|
"dependencies": {
|
|
"@calcom/prisma": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|