runet-censorship-bypass/package.json
2024-07-30 16:28:12 +05:00

30 lines
740 B
JSON

{
"name": "runet-censorship-bypass",
"version": "0.2.0",
"description": "",
"homepage": "https://github.com/ilyaigpetrov/copy-unicode-urls#readme",
"main": "index.js",
"scripts": {
"start": "npm run clean; npm run build",
"build": "./tasks/build.mjs",
"clean": "rm -rf /_generated",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ilyaigpetrov",
"bugs": {
"url": "https://github.com/ilyaigpetrov/copy-unicode-urls/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilyaigpetrov/copy-unicode-urls.git"
},
"license": "ISC",
"dependencies": {
"punycode": "^2.1.1"
},
"devDependencies": {
"merge": "^2.1.1",
"mri": "^1.2.0"
}
}