UNPKG

educa-sdk

Version:

A JavaScript SDK for interacting with the Educa backend API (Admin, Staff, and Student methods)

36 lines (35 loc) 864 B
{ "name": "educa-sdk", "version": "1.0.4", "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": [ "educa", "elearning", "sdk", "api", "student", "staff", "admin" ], "author": "Rigan Tech", "license": "MIT", "homepage": "https://api.rigan.com.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" } }