qiao-short-link
Version:
URL Shortener on Node.js and Browser
57 lines (56 loc) • 1.1 kB
JSON
{
"name": "qiao-short-link",
"version": "5.2.1",
"description": "URL Shortener on Node.js and Browser",
"keywords": [
"permanent",
"tiny",
"short",
"link",
"url",
"nodejs",
"browser"
],
"author": "uikoo9 <uikoo9@qq.com>",
"homepage": "https://code.vincentqiao.com/#qiao-short-link",
"license": "MIT",
"main": "index.js",
"module": "src/index.js",
"sideEffets": false,
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uikoo9/qiao-sth.git"
},
"bugs": {
"url": "https://github.com/uikoo9/qiao-sth/issues"
},
"scripts": {
"build": "qpro rollup ./rollup.config.js",
"test": "ava"
},
"dependencies": {
"qiao-ajax": "^5.2.1",
"qs": "^6.14.0"
},
"nx": {
"namedInputs": {
"default": [
"{projectRoot}/src/**/*"
]
},
"targets": {
"build": {
"inputs": [
"default"
],
"outputs": [
"{projectRoot}/index.js"
]
}
}
},
"gitHead": "a333cc43e2bae87a3e052d0a543fd2a2f2949b0f"
}