bom2table/package.json
2021-03-07 17:00:44 +00:00

27 lines
614 B
JSON

{
"name": "bom2table",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"build": "parcel build ./src/index.html",
"dev": "parcel ./src/index.html"
},
"author": "nplayfair",
"license": "MIT",
"private": true,
"dependencies": {
"csvtojson": "^2.0.10",
"js-beautify": "^1.13.5"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"parcel": "^2.0.0-beta.1",
"prettier": "^2.2.1"
}
}