@mnrendra/types-package
Version:
package.json interface extended from the official and unofficial fields.
34 lines (33 loc) • 792 B
JSON
{
"name": "@mnrendra/types-package",
"version": "1.0.1",
"description": "package.json interface extended from the official and unofficial fields.",
"private": false,
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/types-package.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "mnrendra@users.noreply.github.com",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/types-package/issues"
},
"homepage": "https://github.com/mnrendra/types-package#readme",
"dependencies": {
"@types/jest": "^29.5.14"
},
"keywords": [
"package",
"json",
"type",
"types",
"interface",
"interfaces",
"typescript"
]
}