@infernus/drift-detection
Version:
A wrapper of the popular SA-MP driftDetection library for samp-node.
44 lines • 970 B
JSON
{
"name": "@infernus/drift-detection",
"version": "0.1.0",
"description": "A wrapper of the popular SA-MP driftDetection library for samp-node.",
"keywords": [
"samp",
"sa:mp",
"sa-mp",
"omp",
"open.mp",
"pawn",
"wrapper",
"driftDetection"
],
"homepage": "https://github.com/dockfries/infernus/tree/main/packages/drift-detection#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/core": "^0.12.0"
},
"peerDependencies": {
"@infernus/core": "^0.12.0"
},
"scripts": {}
}