AeThex-OS/packages/aethex-core/package.json

35 lines
753 B
JSON

{
"name": "@aethex.os/core",
"version": "1.0.0",
"description": "AeThex Standard Library - Cross-platform utilities for metaverse development",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"dev": "tsc --watch"
},
"keywords": [
"aethex",
"metaverse",
"passport",
"compliance",
"coppa",
"pii"
],
"author": "AeThex Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AeThex-Corporation/AeThex-OS.git",
"directory": "packages/aethex-core"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0",
"jest": "^29.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}