@taichi-t/url-generator
Version:
generate urls with params
49 lines (48 loc) • 911 B
JSON
{
"name": "@taichi-t/url-generator",
"version": "1.0.5",
"description": "generate urls with params",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"typescipt",
"url",
"url-generator",
"params"
],
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/taichi-t/url-generator"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "npm run test && npm run build"
},
"author": "Taichi Tsujioka",
"license": "MIT",
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
}
}
}
}