@aurora-mp/client
Version:
Client package of the aurora-mp TypeScript framework.
39 lines • 793 B
JSON
{
"name": "@aurora-mp/client",
"version": "0.0.1-alpha.7",
"description": "Client package of the aurora-mp TypeScript framework.",
"keywords": [
"aurora-mp",
"client",
"framework",
"multiplayer",
"gta",
"typescript"
],
"license": "MIT",
"author": "Aurora Team",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aurora-mp/framework.git",
"directory": "packages/client"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"tsup": "^8.5.0"
},
"dependencies": {
"@aurora-mp/core": "0.0.1-alpha.7"
},
"scripts": {
"build": "tsup"
}
}