Files
Manmics/mangashelf-server/node_modules/@honeo/check/package.json
T
2025-10-10 18:00:07 -04:00

33 lines
715 B
JSON

{
"name": "@honeo/check",
"version": "2.9.0",
"description": "型・インスタンスなどの確認",
"main": "index.mjs",
"scripts": {
"test": "node ./test/index.mjs"
},
"author": "honeo",
"license": "MIT",
"devDependencies": {
"@azure/abort-controller": "^1.0.4",
"jsdom": "^16.5.0",
"node-abort-controller": "^3.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honeo/check.git"
},
"keywords": [
"check",
"type",
"instance"
],
"bugs": {
"url": "https://github.com/honeo/check/issues"
},
"homepage": "https://github.com/honeo/check#readme"
}