qbcore-extended
Version:
TypeScript utilities for QBCore
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "qbcore-extended",
"version": "0.1.0",
"description": "TypeScript utilities for QBCore",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./client": {
"require": "./dist/client.js",
"types": "./dist/client.d.ts"
},
"./server": {
"require": "./dist/server.js",
"types": "./dist/server.d.ts"
}
},
"scripts": {
"build": "tsc",
"test": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"qbcore",
"fivem",
"typescript"
],
"author": "Thomas Yamakaitis",
"license": "MIT",
"devDependencies": {
"@citizenfx/client": "^2.0.19032-1",
"@citizenfx/server": "^2.0.19032-1",
"typescript": "^5.3.3"
},
"dependencies": {
"mysql2": "^3.14.5",
"sequelize": "^6.37.7",
"sequelize-typescript": "^2.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyamz/qbcore-extended.git"
},
"bugs": {
"url": "https://github.com/tyamz/qbcore-extended/issues"
},
"homepage": "https://github.com/tyamz/qbcore-extended#readme",
"files": [
"dist"
]
}