Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
53
server/node_modules/node-appwrite/package.json
generated
vendored
Normal file
53
server/node_modules/node-appwrite/package.json
generated
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "node-appwrite",
|
||||
"homepage": "https://appwrite.io/support",
|
||||
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
|
||||
"version": "21.1.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "dist/index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"build": "tsup"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"./file": {
|
||||
"import": {
|
||||
"types": "./dist/inputFile.d.mts",
|
||||
"default": "./dist/inputFile.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/inputFile.d.ts",
|
||||
"default": "./dist/inputFile.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-for-node"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.11.25",
|
||||
"tsup": "7.2.0",
|
||||
"esbuild-plugin-file-path-extensions": "^2.0.0",
|
||||
"tslib": "2.6.2",
|
||||
"typescript": "5.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch-native-with-agent": "1.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user