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
43 lines
874 B
JSON
43 lines
874 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|