version 1
the reminder not showing content on the card at dashboard view and the quizes are hardcoded must move to the db make api's for it
This commit is contained in:
42
backend/node_modules/plaid/package.json
generated
vendored
Normal file
42
backend/node_modules/plaid/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "plaid",
|
||||
"version": "31.0.0",
|
||||
"description": "A node.js client for the Plaid API",
|
||||
"keywords": [
|
||||
"plaid",
|
||||
"plaid.com"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:plaid/plaid-node.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/plaid/plaid-node/issues"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"license": "MIT",
|
||||
"types": "dist/index.d.ts",
|
||||
"dependencies": {
|
||||
"axios": "^1.7.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.com"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --outDir dist/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.14",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"@types/node": "^14.14.14",
|
||||
"chai": "^4.2.0",
|
||||
"expect.js": "0.3.x",
|
||||
"jshint": "^2.13.6",
|
||||
"mocha": "^10.2.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "4.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user