setup package.json

This commit is contained in:
David Reed 2022-11-18 21:18:13 -05:00
parent b7249e5819
commit b57a6009a6
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -1,16 +1,23 @@
{
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "1.0.3",
"description": "Proxy",
"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",
"build:dev": "cross-env NODE_ENV=development webpack-cli",
"build:watch": "cross-env NODE_ENV=development webpack-cli --watch"
},
"author": "",
"license": "MIT",
"type": "module",
"dependencies": {
"@tomphttp/bare-client": "^1.1.1",
"bowser": "^2.11.0",
@ -30,9 +37,5 @@
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"files": [
"dist",
"lib"
]
}
}