📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
34339.09 KB
0644
🗑️
⬇️
✏️
🔒
Editing: package.json
{ "name": "@eslint-react/var", "version": "1.52.2", "description": "ESLint React's TSESTree AST utility module for static analysis of variables.", "homepage": "https://github.com/Rel1cx/eslint-react", "bugs": { "url": "https://github.com/Rel1cx/eslint-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Rel1cx/eslint-react.git", "directory": "packages/utilities/var" }, "license": "MIT", "author": "Rel1cx<rel1cx@proton.me>", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "./package.json" ], "dependencies": { "@typescript-eslint/scope-manager": "^8.34.0", "@typescript-eslint/types": "^8.34.0", "@typescript-eslint/utils": "^8.34.0", "string-ts": "^2.2.1", "ts-pattern": "^5.7.1", "@eslint-react/ast": "1.52.2", "@eslint-react/eff": "1.52.2" }, "devDependencies": { "tsup": "^8.5.0", "@local/configs": "0.0.0" }, "engines": { "bun": ">=1.0.15", "node": ">=18.18.0" }, "scripts": { "build": "tsup", "lint:publish": "publint", "lint:ts": "tsc --noEmit" } }
💾 Save Changes