radar4mob
Version:
Detects and emits an event when the position of an mob with coordinates changes.
46 lines (45 loc) • 1 kB
JSON
{
"name": "radar4mob",
"version": "1.1.1",
"description": "Detects and emits an event when the position of an mob with coordinates changes.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"scripts": {
"test": "jest",
"build": "node build/index.js && tsc"
},
"files": [
"dist/**/*"
],
"keywords": [
"mob",
"object",
"position",
"distance"
],
"repository": {
"type": "git",
"url": "https://github.com/izure1/radar4mob.git"
},
"author": "admin@izure.org",
"license": "MIT",
"dependencies": {
"eventemitter3": "~5.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typed-emitter": "^2.1.0",
"typescript": "^5.7.2"
}
}