30 lines
694 B
JSON
30 lines
694 B
JSON
{
|
|
"name": "@entityseven/rage-fw-cef",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"readme.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"dependencies": {
|
|
"rage-fw-rpc": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"@ragempcommunity/types-cef": "^2.1.8",
|
|
"rage-fw-shared-types": "workspace:^"
|
|
},
|
|
"description": "RageFW CEF side",
|
|
"keywords": [],
|
|
"author": "SashaGoncharov19",
|
|
"contributors": [{
|
|
"name": "rilaxik",
|
|
"email": "dev.rilaxik@gmail.com",
|
|
"url": "https://github.com/rilaxik"
|
|
}],
|
|
"license": "MIT"
|
|
}
|