transporttycoon
Version:
Wrapper for the Transport Tycoon FiveM server API
31 lines • 683 B
JSON
{
"name": "transporttycoon",
"version": "1.2.8",
"description": "Wrapper for the Transport Tycoon FiveM server API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"keywords": [
"tt",
"transport",
"tycoon",
"fivem"
],
"author": "sadboilogan",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/sadboilogan/tt-api.git"
},
"dependencies": {
"axios": "^0.21.0"
}
}