primo-extract
Version:
Extract all sources and templates from a Primo environment
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "primo-extract",
"version": "0.21.0",
"description": "Extract all sources and templates from a Primo environment",
"main": "dist/primo.js",
"bin": {
"primoExtract": "primoExtract.js"
},
"author": "Mehmet Celik <mehmet@celik.be>",
"license": "MIT",
"keywords": [
"ExLibris",
"Primo",
"NUI"
],
"homepage": "https://github.com/mehmetc/primo-extract",
"bugs": {
"url": "https://github.com/mehmetc/primo-extract/issues",
"email": "mehmet@celik.be"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehmetc/primo-extract.git"
},
"scripts": {
"build": "rimraf dist/ && babel ./src --out-dir dist/ --ignore ./node_modules",
"watch": "rimraf dist/ && babel ./src --out-dir dist/ --ignore ./node_modules --watch",
"start": "yarn run build && node --inspect dist/bin.js"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0"
},
"dependencies": {
"axios": "^1.7.9",
"glob": "^11.0.1",
"js-beautify": "^1.15.0",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"source-map": "^0.7.4"
}
}