mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-23 18:03:44 +03:00
30 lines
740 B
JSON
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"
|
|
}
|
|
}
|