33 lines
715 B
JSON
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"
|
|
}
|