Revela/package.json
David Reed afc0b7845d
1.0.6
2022-12-18 16:07:01 -05:00

43 lines
1.4 KiB
JSON

{
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "1.0.6",
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
"main": "lib/index.cjs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/titaniumnetwork-dev/Ultraviolet.git"
},
"files": [
"dist",
"lib"
],
"type": "module",
"scripts": {
"build": "cross-env NODE_ENV=production webpack-cli",
"dev": "cross-env NODE_ENV=development webpack-cli",
"watch": "cross-env NODE_ENV=development webpack-cli --watch"
},
"dependencies": {
"@tomphttp/bare-client": "^1.1.2-beta.3",
"css-tree": "^2.0.4",
"esotope-hammerhead": "^0.6.1",
"events": "^3.3.0",
"idb": "^7.1.1",
"meriyah": "^4.3.3",
"mime-db": "^1.51.0",
"parse5": "^7.1.2",
"set-cookie-parser": "^2.4.8"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"eslint-webpack-plugin": "^3.2.0",
"prettier": "^2.8.0",
"source-map-loader": "^4.0.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}