@scaffdog/types
Version:
scaffdog's type declarations.
42 lines • 917 B
JSON
{
"name": "@scaffdog/types",
"version": "4.1.0",
"type": "module",
"description": "scaffdog's type declarations.",
"keywords": [
"scaffdog",
"markdown",
"template"
],
"homepage": "https://github.com/scaffdog/scaffdog/tree/main/packages/@scaffdog/types",
"bugs": {
"url": "https://github.com/scaffdog/scaffdog/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/scaffdog/scaffdog.git",
"directory": "packages/@scaffdog/types"
},
"license": "MIT",
"author": "wadackel <wadackel@gmail.com>",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"dependencies": {
"type-fest": "4.26.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "14824585829ad0b2093ef44b30f36fce3f4fd682",
"scripts": {
"typecheck": "tsc",
"build": "unbuild"
}
}