Revela/package.json
CountBleck 4ba900e120
Add a "build" entry to package.json's scripts
Most people use `npm build` or `yarn build` to run build scripts. This
change reflects that convention.
2022-08-31 18:45:19 -07:00

26 lines
520 B
JSON

{
"name": "ultraviolet",
"version": "1.0.0",
"description": "Proxy",
"main": "index.js",
"scripts": {
"build": "node bundle"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"bowser": "^2.11.0",
"css-tree": "^2.0.4",
"esotope-hammerhead": "^0.6.1",
"idb": "^7.0.0",
"meriyah": "^4.2.0",
"mime-db": "^1.51.0",
"parse5": "^6.0.1",
"set-cookie-parser": "^2.4.8",
"webpack": "^5.68.0"
},
"devDependencies": {
"eslint": "^8.8.0"
}
}