62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "@plastichub/osr-sync",
|
|
"version": "0.3.8",
|
|
"description": "Package to synchronize OSR, PP and PlasticHub directories and repositories",
|
|
"contributors": [],
|
|
"devDependencies": {
|
|
"@types/bluebird": "^3.5.42",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/glob": "^7.2.0",
|
|
"@types/globby": "^6.1.0",
|
|
"@types/lodash": "^4.17.15",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/q": "^1.5.8",
|
|
"@types/showdown": "^1.9.4",
|
|
"@types/which": "^1.3.2",
|
|
"@types/yargs": "^8.0.7"
|
|
},
|
|
"modules": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.osr-plastic.org/osr-plastic/sync.git"
|
|
},
|
|
"bin": {
|
|
"osr-sync": "main.js"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"scripts": {
|
|
"lint": "tslint --project=./tsconfig.json",
|
|
"status": "tsc ; node dist/main.js each --profile='test' --command='status' --source='../' --target='../out'",
|
|
"clone": "tsc ; node dist/main.js each --command='clone' --source='./' --target='./out'",
|
|
"list": "tsc ; node dist/main.js list --source='../' --target='../out'",
|
|
"last": "tsc ; node dist/main.js last --source='../' --target='../out'",
|
|
"add": "tsc ; node dist/main.js add --source='./'",
|
|
"build": "tsc -p . --declaration",
|
|
"dev": "tsc -p . --declaration -w",
|
|
"sync-test": "node dist/main.js sync --clear --source='./products/lydia-v4' --target='../plastic-hub-public/products/lydia-v4'"
|
|
},
|
|
"dependencies": {
|
|
"@plastichub/core": "^0.2.6",
|
|
"@plastichub/fs": "^0.13.39",
|
|
"@plastichub/osr-cli-commons": "^0.4.9",
|
|
"@plastichub/osr-commons": "file:../osr-commons",
|
|
"@types/node": "^22.12.0",
|
|
"archiver": "^5.3.1",
|
|
"bluebird": "^3.5.1",
|
|
"escape-html": "^1.0.3",
|
|
"globby": "^6.1.0",
|
|
"googleapis": "^59.0.0",
|
|
"jsome": "^2.3.24",
|
|
"json2csv": "^5.0.1",
|
|
"lodash": "^4.16.6",
|
|
"markdown-table": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"p-map": "^4.0.0",
|
|
"pkg-dir": "^2.0.0",
|
|
"q": "^1.4.1",
|
|
"typescript": "^5.7.3",
|
|
"yargonaut": "^1.1.2",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|