educa-sdk
Version:
A JavaScript SDK for interacting with the Educa backend API (Admin, Staff, and Student methods)
28 lines (27 loc) • 761 B
JSON
{
"name": "educa-sdk",
"version": "1.1.1",
"description": "A JavaScript SDK for interacting with the Educa backend API (Admin, Staff, and Student methods)",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo 'No test specified' && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rigantech/educa-sdk"
},
"keywords": [],
"author": "Rigan Tech",
"license": "MIT",
"homepage": "https://eduka.ng/",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@paystack/inline-js": "^2.22.4",
"babel-loader": "^10.0.0",
"webpack": "^5.99.3",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0"
}
}