@git-validator/types
Version:
Type safe for JS built-in api.
26 lines • 597 B
JSON
{
"name": "@git-validator/types",
"version": "0.2.0",
"description": "Type safe for JS built-in api.",
"keywords": [
"typescript",
"ts-reset",
"type-fest",
"types"
],
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/types",
"repository": {
"type": "git",
"url": "git+https://github.com/zanminkian/git-validator.git",
"directory": "packages/types"
},
"license": "MIT",
"author": "hellozmj@qq.com",
"type": "module",
"exports": {
"types": "./src/index.d.ts"
},
"dependencies": {
"@fenge/types": "0.1.0"
}
}