19 lines
421 B
JSON
19 lines
421 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": {
|
|
"cpy-cli": "^3.1.1",
|
|
"csvtojson": "^2.0.10"
|
|
},
|
|
"devDependencies": {}
|
|
}
|