@ibyar/platform
Version:
Ibyar Platform, A utility package for Aurora
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "@ibyar/platform",
"version": "3.1.1",
"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"
}
],
"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.7.3"
},
"scripts": {
"build": "tsc --build --verbose",
"docs": "npx typedoc --tsconfig ../../src/platform/tsconfig.json"
},
"keywords": [
"aurora",
"ibyar",
"platform",
"front-end"
],
"gitHead": "9532d01b23f038ee839911245e7ccf1f24add1d6"
}