@flymeth/datapackjs
Version:
A great library to create your own minecraft datapack with javascript!
43 lines (42 loc) • 927 B
JSON
{
"name": "@flymeth/datapackjs",
"version": "1.0.3",
"author": "Flymeth",
"license": "LSI",
"description": "A great library to create your own minecraft datapack with javascript!",
"repository": {
"type": "github",
"directory": "/",
"url": "https://github.com/Flymeth/datapackjs"
},
"homepage": "https://flymeth.github.io/datapackjs/web/modules.html",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"peerDependencies": {
"typedoc": "^0.23.10"
},
"devDependencies": {
"typedoc-plugin-missing-exports": "^1.0.0",
"typedoc-plugin-not-exported": "^0.1.6"
},
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"displayName": "Datapack.js",
"readme": "./readme.md",
"keywords": [
"datapack",
"javascript",
"typed",
"librairy",
"minecraft",
"datapackjs",
"datapack.js",
"flymeth",
"flylibs",
"typescript"
]
}