setup package.json
This commit is contained in:
parent
b7249e5819
commit
b57a6009a6
1 changed files with 12 additions and 9 deletions
21
package.json
21
package.json
|
|
@ -1,16 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "@titaniumnetwork-dev/ultraviolet",
|
"name": "@titaniumnetwork-dev/ultraviolet",
|
||||||
"version": "1.0.3",
|
"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",
|
"main": "lib/index.cjs",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/titaniumnetwork-dev/Ultraviolet.git"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"lib"
|
||||||
|
],
|
||||||
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env NODE_ENV=production webpack-cli",
|
"build": "cross-env NODE_ENV=production webpack-cli",
|
||||||
"build:dev": "cross-env NODE_ENV=development webpack-cli",
|
"build:dev": "cross-env NODE_ENV=development webpack-cli",
|
||||||
"build:watch": "cross-env NODE_ENV=development webpack-cli --watch"
|
"build:watch": "cross-env NODE_ENV=development webpack-cli --watch"
|
||||||
},
|
},
|
||||||
"author": "",
|
|
||||||
"license": "MIT",
|
|
||||||
"type": "module",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tomphttp/bare-client": "^1.1.1",
|
"@tomphttp/bare-client": "^1.1.1",
|
||||||
"bowser": "^2.11.0",
|
"bowser": "^2.11.0",
|
||||||
|
|
@ -30,9 +37,5 @@
|
||||||
"terser-webpack-plugin": "^5.3.6",
|
"terser-webpack-plugin": "^5.3.6",
|
||||||
"webpack": "^5.74.0",
|
"webpack": "^5.74.0",
|
||||||
"webpack-cli": "^4.10.0"
|
"webpack-cli": "^4.10.0"
|
||||||
},
|
}
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"lib"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue