UNPKG

primo-extract

Version:

Extract all sources and templates from a Primo environment

46 lines (45 loc) 1.27 kB
{ "name": "primo-extract", "version": "0.18.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": "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.21.5", "@babel/core": "^7.21.8", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/preset-env": "^7.21.5" }, "dependencies": { "axios": "^1.4.0", "glob": "^9.2.1", "js-beautify": "^1.14.7", "minimist": "^1.2.8", "mkdirp": "^2.1.5", "source-map": "^0.7.4" } }