📁
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
34237.69 KB
0644
🗑️
⬇️
✏️
🔒
Editing: package.json
{ "name": "birecord", "version": "0.1.1", "description": "Bi-directional record in type-safe way", "main": "./dist/mod.js", "types": "./dist/mod.d.ts", "exports": { ".": { "types": "./dist/mod.d.ts", "require": "./dist/mod.js", "import": "./dist/mod.mjs" } }, "files": ["dist"], "scripts": { "build": "tsup ./mod.ts --dts --format esm,cjs" }, "repository": { "type": "git", "url": "git+https://github.com/portone-io/birecord.git" }, "keywords": [ "birecord", "bimap", "bidirectional" ], "author": "JongChan Choi <rieul@portone.io>", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://github.com/portone-io/birecord/issues" }, "homepage": "https://github.com/portone-io/birecord#readme", "devDependencies": { "tsup": "^7.2.0", "typescript": "^5.1.6" } }
💾 Save Changes