UNPKG

@vrpjs/server

Version:

A FiveM package to use vRP in javascript

41 lines (40 loc) 1.02 kB
{ "name": "@vrpjs/server", "version": "1.0.4", "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/jaimeadf/vrpjs-server" }, "keywords": [ "vrp", "fivem" ], "author": "Jaime Filho <jaimeadf>", "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/server": "^1.0.3259-1" } }