v0.0.1-alpha.0

This commit is contained in:
Oleksandr Honcharov 2024-06-10 04:55:55 +03:00
parent 599b1fb5c8
commit 347ed8c696
6 changed files with 6542 additions and 4786 deletions

View File

@ -1,19 +1,21 @@
{ {
"name": "rage-fw-client", "name": "rage-fw-client",
"version": "0.0.1", "version": "0.0.1-alpha.0",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",
"files": ["dist/**/*"], "files": [
"scripts": { "dist/**/*"
"build": "node --es-module-specifier-resolution=node build.js", ],
"types": "dts-bundle-generator --config dts.config.json" "scripts": {
}, "build": "node --es-module-specifier-resolution=node build.js",
"peerDependencies": { "types": "dts-bundle-generator --config dts.config.json"
"rage-fw-shared-types": "workspace:^", },
"@ragempcommunity/types-client": "^2.1.8" "peerDependencies": {
}, "@ragempcommunity/types-client": "^2.1.8",
"keywords": [], "rage-fw-shared-types": "workspace:^"
"author": "SashaGoncharov19", },
"license": "MIT", "keywords": [],
"description": "Client side of rage-fw" "author": "SashaGoncharov19",
"license": "MIT",
"description": "Client side of rage-fw"
} }

View File

@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0", "version": "0.0.1-alpha.0",
"npmClient": "pnpm" "npmClient": "pnpm"
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,21 @@
{ {
"name": "rage-fw-server", "name": "rage-fw-server",
"version": "0.0.1", "version": "0.0.1-alpha.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"type": "module", "type": "module",
"files": ["dist/**/*"], "files": [
"scripts": { "dist/**/*"
"build": "node --es-module-specifier-resolution=node build.js", ],
"types": "dts-bundle-generator --config dts.config.json" "scripts": {
}, "build": "node --es-module-specifier-resolution=node build.js",
"peerDependencies": { "types": "dts-bundle-generator --config dts.config.json"
"rage-fw-shared-types": "workspace:^" },
}, "peerDependencies": {
"keywords": [], "rage-fw-shared-types": "workspace:^"
"author": "SashaGoncharov19", },
"license": "MIT", "keywords": [],
"description": "Server side for rage-fw" "author": "SashaGoncharov19",
"license": "MIT",
"description": "Server side for rage-fw"
} }

View File

@ -1,11 +1,11 @@
{ {
"name": "rage-fw-shared-types", "name": "rage-fw-shared-types",
"version": "0.0.1", "version": "0.0.1-alpha.0",
"types": "types/types/index.d.ts", "types": "types/types/index.d.ts",
"files": [ "files": [
"types/**/*" "types/**/*"
], ],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",
"license": "MIT", "license": "MIT",
"type": "module" "type": "module"
} }

View File

@ -1,16 +1,16 @@
{ {
"name": "rage-fw-shared", "name": "rage-fw-shared",
"version": "0.0.1", "version": "0.0.1-alpha.0",
"type": "module", "type": "module",
"main": "index.d.ts", "main": "index.d.ts",
"files": [ "files": [
"index.d.ts" "index.d.ts"
], ],
"scripts": { "scripts": {
"test": "tsup" "test": "tsup"
}, },
"keywords": [], "keywords": [],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",
"license": "MIT", "license": "MIT",
"description": "Shared client types for rage-fw" "description": "Shared client types for rage-fw"
} }