@altv/types-worker
Version:
This package contains types definitions for alt:V client-side Worker.
38 lines (37 loc) • 800 B
JSON
{
"name": "@altv/types-worker",
"version": "16.4.1",
"description": "This package contains types definitions for alt:V client-side Worker.",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "tsc",
"preversion": "yarn run test",
"release": "yarn version --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altmp/altv-types.git"
},
"keywords": [
"altmp",
"altv",
"worker",
"node-module",
"js-module",
"gta",
"gta5",
"gtav"
],
"author": "altMP Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/altmp/altv/issues"
},
"homepage": "https://github.com/altmp/altv-types#readme",
"peerDependencies": {
"@altv/types-client": "^16.4.1"
}
}