fullcart
Version:
Add stripe checkout to any website
40 lines (39 loc) • 957 B
JSON
{
"name": "fullcart",
"type": "module",
"version": "0.0.4",
"description": "Add stripe checkout to any website",
"author": "Fulldev <contact@full.dev> (https://full.dev)",
"license": "UNLICENSED",
"keywords": [
"withastro",
"stripe",
"stripe-checkout"
],
"homepage": "https://fullcart.dev",
"publishConfig": {
"access": "public"
},
"scripts": {
"astro": "astro",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "astro check"
},
"exports": {
".": "./src/index.ts",
"./schemas/configSchema": "./src/schemas/configSchema.ts",
"./schemas/cartSchema": "./src/schemas/cartSchema.ts"
},
"dependencies": {
"@nanostores/persistent": "github:nanostores/persistent",
"astro": "^4.6.3",
"nanostores": "^0.9.5",
"typescript": "^5.3.3",
"zod-validation-error": "^3.2.0"
},
"devDependencies": {
"@nanostores/logger": "^0.3.0"
}
}