realestate-jp
Version:
不動産関連のユーティリティ関数を提供するライブラリ
37 lines • 875 B
JSON
{
"name": "realestate-jp",
"version": "0.1.1",
"description": "不動産関連のユーティリティ関数を提供するライブラリ",
"keywords": [
"realestate",
"japan",
"japanese"
],
"author": "ryohidaka",
"homepage": "https://github.com/ryohidaka/realestate-jp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ryohidaka/realestate-jp.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ryohidaka/realestate-jp/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.18.0"
},
"_generatedBy": "dnt@dev"
}