@infernus/map-loader
Version:
A tool for obj conversion, parsing, and loading
51 lines • 1.1 kB
JSON
{
"name": "@infernus/map-loader",
"version": "0.1.0",
"description": "A tool for obj conversion, parsing, and loading",
"keywords": [
"samp",
"sa:mp",
"sa-mp",
"omp",
"open.mp",
"pawn",
"wrapper",
"map-loader"
],
"homepage": "https://github.com/dockfries/infernus/tree/main/packages/map-loader#readme",
"bugs": {
"url": "https://github.com/dockfries/infernus/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dockfries/infernus.git"
},
"license": "MIT",
"author": "dockfries",
"exports": {
".": {
"require": "./dist/bundle.js",
"import": "./dist/bundle.mjs"
}
},
"main": "dist/bundle.js",
"module": "dist/bundle.mjs",
"types": "dist/bundle.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@infernus/colandreas": "^0.1.0",
"@infernus/core": "^0.12.0"
},
"peerDependencies": {
"@infernus/colandreas": "^0.1.0",
"@infernus/core": "^0.12.0"
},
"peerDependenciesMeta": {
"@infernus/colandreas": {
"optional": true
}
},
"scripts": {}
}