bom2table/package.json

21 lines
480 B
JSON

{
"name": "bom2table",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run bundle && npm run copy:html",
"bundle": "browserify ./src/bom2table.js -o ./dist/bundle.js",
"copy:html": "cpy 'src/*.html' 'dist/'"
},
"author": "nplayfair",
"license": "MIT",
"dependencies": {
"browserify": "^17.0.0",
"cpy-cli": "^3.1.1",
"csvtojson": "^2.0.10",
"js-beautify": "^1.13.0"
},
"devDependencies": {}
}