0x6
Version:
0x6: WIP component for the 0x framework family. See 0x1 for the active framework.
31 lines • 693 B
JSON
{
"name": "0x6",
"version": "0.0.2",
"description": "0x6: WIP component for the 0x framework family. See 0x1 for the active framework.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"This is a placeholder package for the 0x framework family.\""
},
"keywords": [
"0x6",
"0x1",
"framework",
"bun",
"typescript",
"javascript"
],
"author": "TriexDev",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/Triex/0x1"
},
"homepage": "https://github.com/Triex/0x1",
"bugs": {
"url": "https://github.com/Triex/0x1/issues"
},
"engines": {
"bun": ">=1.0.0"
}
}