runet-censorship-bypass/package.json

30 lines
740 B
JSON
Raw Normal View History

2015-11-27 23:47:27 +03:00
{
2024-07-30 14:28:12 +03:00
"name": "runet-censorship-bypass",
"version": "0.2.0",
2015-11-27 23:47:27 +03:00
"description": "",
2024-07-30 14:28:12 +03:00
"homepage": "https://github.com/ilyaigpetrov/copy-unicode-urls#readme",
"main": "index.js",
2015-11-27 23:47:27 +03:00
"scripts": {
2024-07-30 14:28:12 +03:00
"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"
2015-11-27 23:47:27 +03:00
},
"license": "ISC",
"dependencies": {
2024-07-30 14:28:12 +03:00
"punycode": "^2.1.1"
},
2024-07-30 14:28:12 +03:00
"devDependencies": {
"merge": "^2.1.1",
"mri": "^1.2.0"
2015-11-27 23:47:27 +03:00
}
}