kutt-to-snapp
Version:
Migrate short URLs from kutt to snapp
36 lines (35 loc) • 702 B
JSON
{
"name": "kutt-to-snapp",
"version": "0.0.2",
"description": "Migrate short URLs from kutt to snapp",
"main": "index.mjs",
"type": "module",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ivanli-cn/kutt-to-snapp.git"
},
"bin": {
"kutt-to-snapp": "index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"kutt",
"snapp",
"migration"
],
"author": {
"name": "Ivan Li",
"email": "ivanli2048@gmail.com",
"url": "https://ivanli.cc"
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.5.1"
},
"publishConfig": {
"access": "public"
}
}