@altv/types-client
Version:
This package contains types definitions for alt:V client-side module.
42 lines (41 loc) • 887 B
JSON
{
"name": "@altv/types-client",
"version": "16.2.9",
"description": "This package contains types definitions for alt:V client-side module.",
"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",
"node",
"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-shared": "^16.2.0",
"@altv/types-worker": "^16.2.0"
},
"typedoc": {
"displayName": "alt-client"
}
}