UNPKG

smcall-api

Version:
41 lines (40 loc) 1.05 kB
{ "name": "smcall-api", "version": "1.0.0", "description": "Call API for Softmasters", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c --bundleConfigAsCjs" }, "repository": { "type": "git", "url": "git+https://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@github.com/slerches/smcall.git" }, "keywords": [ "Softmasters", "call", "API" ], "author": "James Anyimiah Asafuah", "license": "ISC", "bugs": { "url": "https://github.com/slerches/smcall/issues" }, "homepage": "https://github.com/slerches/smcall#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "dependencies": { "@types/react": "^19.0.10", "rollup": "^4.34.8" } }