UNPKG

@ibyar/platform

Version:

Ibyar Platform, A utility package for Aurora

54 lines (53 loc) 1.16 kB
{ "name": "@ibyar/platform", "version": "4.0.0", "description": "Ibyar Platform, A utility package for Aurora", "license": "MIT", "homepage": "https://github.com/ibyar/aurora/tree/dev/packages/platform", "repository": { "type": "git", "url": "https://github.com/ibyar/aurora.git", "directory": "packages/platform" }, "bugs": { "url": "https://github.com/ibyar/aurora/issues" }, "author": "The Ibyar Authors (https://github.com/ibyar/aurora/graphs/contributors)", "contributors": [ { "name": "Muhammad Salem", "email": "salem.ebo@gmail.com", "url": "https://github.com/muhammad-salem" } ], "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "type": "module", "exports": { ".": "./index.js" }, "files": [ "*" ], "publishConfig": { "access": "public" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "typescript": "^5.8.3" }, "scripts": { "build": "tsc --build --verbose", "docs": "npx typedoc --tsconfig ../../src/platform/tsconfig.json" }, "keywords": [ "aurora", "ibyar", "platform", "front-end" ], "gitHead": "6671356b7c827061a32d138db5cad660ad0053c5" }