tiny1z
Version:
The Tiny1z API Client is a convenient and lightweight npm package that allows developers to seamlessly integrate the Tiny1z URL Shortener API into their applications. Simplify URL shortening, retrieval, and management with just a few lines of code.
55 lines (54 loc) • 1.49 kB
JSON
{
"name": "tiny1z",
"version": "1.1.12",
"description": "The Tiny1z API Client is a convenient and lightweight npm package that allows developers to seamlessly integrate the Tiny1z URL Shortener API into their applications. Simplify URL shortening, retrieval, and management with just a few lines of code.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"start": "webpack --watch",
"build": "tsup",
"prepublishOnly": "npm run build"
},
"keywords": [
"url",
"url shotner",
"tiny1z",
"tiny",
"url"
],
"author": "tiny1z",
"license": "MIT",
"dependencies": {
"@types/node-fetch": "^2.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@swc/core": "^1.4.5",
"@types/jest": "^29.5.12",
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ma7ot/tiny1z"
},
"homepage": "https://tiny1z.com"
}