50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@plastichub/magento",
|
|
"version": "1.0.13",
|
|
"description": "",
|
|
"main": "./main.js",
|
|
"types": "./index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"help": "node build/main.js --help",
|
|
"build": "tsc -p .",
|
|
"typings": "tsc -p . --declaration",
|
|
"dev": "tsc -w -p ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.osr-plastic.org/osr-plastic/magento-ts-client.git"
|
|
},
|
|
"author": "",
|
|
"bin": {
|
|
"magento-client": "build/main.js"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://git.osr-plastic.org/osr-plastic/magento-ts-client/issues"
|
|
},
|
|
"homepage": "https://git.osr-plastic.org/osr-plastic/magento-ts-client",
|
|
"dependencies": {
|
|
"@plastichub/core": "^0.1.4",
|
|
"@plastichub/fs": "^0.13.25",
|
|
"chalk": "^2.4.1",
|
|
"cli-spinners": "^2.6.0",
|
|
"defaults": "^1.0.3",
|
|
"fast-glob": "^3.1.1",
|
|
"ora": "^2.1.0",
|
|
"portable-fetch": "^3.0.0",
|
|
"readline": "^1.3.0",
|
|
"typescript": "^3.7.4",
|
|
"yargs": "^15.0.2",
|
|
"yarn": "^1.22.10"
|
|
},
|
|
"devDependencies": {
|
|
"@bevry/links": "^1.1.1",
|
|
"@bevry/update-contributors": "^1.0.1",
|
|
"@types/chalk": "^2.2.0",
|
|
"@types/node": "^13.1.1",
|
|
"@types/ora": "^1.3.4",
|
|
"@types/yargs": "^13.0.4"
|
|
}
|
|
}
|