@dragonish/arrive-type
Version:
generic type library of arrive package
35 lines • 840 B
JSON
{
"name": "@dragonish/arrive-type",
"type": "module",
"private": false,
"version": "0.2.1",
"description": "generic type library of arrive package",
"author": "Light",
"license": "MIT",
"homepage": "https://github.com/LightAPIs/arrive-type",
"repository": "LightAPIs/arrive-type",
"main": "",
"types": "index.d.ts",
"keywords": [
"type",
"types",
"arrive"
],
"devDependencies": {
"@types/chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"chai": "^4.3.10",
"eslint": "^8.51.0",
"mocha": "^10.2.0",
"rollup-plugin-copy": "^3.5.0",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.11"
},
"peerDependencies": {
"arrive": ">2.5.0"
}
}