- Configurable server URL (default: pedshub.com) - Android + iOS platforms initialized - Dark theme matching quiz app (#0f172a) - Status bar and navigation bar color matched - Auto-redirect on subsequent launches - App ID: com.pedshub.quiz, App Name: PedsHub Build: cd mobile && npx cap sync && npx cap open android Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
44 lines
804 B
JSON
44 lines
804 B
JSON
{
|
|
"name": "mkdirp",
|
|
"description": "Recursively mkdir, like `mkdir -p`",
|
|
"version": "1.0.4",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"mkdir",
|
|
"directory",
|
|
"make dir",
|
|
"make",
|
|
"dir",
|
|
"recursive",
|
|
"native"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/isaacs/node-mkdirp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap",
|
|
"snap": "tap",
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"postpublish": "git push origin --follow-tags"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true,
|
|
"coverage-map": "map.js"
|
|
},
|
|
"devDependencies": {
|
|
"require-inject": "^1.4.4",
|
|
"tap": "^14.10.7"
|
|
},
|
|
"bin": "bin/cmd.js",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"index.js"
|
|
]
|
|
}
|