@vrpjs0.5/client
Version:
A FiveM package to use vRP in javascript
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "@vrpjs0.5/client",
"version": "1.0.8",
"description": "A FiveM package to use vRP in javascript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xOnlyFadi/vrpjs0.5-client.git"
},
"keywords": [
"vrp",
"fivem",
"wrapper",
"citizenfx",
"typescript",
"javascript"
],
"author": "xOnlyFadi",
"license": "MIT",
"files": [
"lib/**/*"
],
"devDependencies": {
"@types/node": "^14.14.10",
"prettier": "^2.2.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@citizenfx/client": "^2.0.5483-1"
}
}