29 lines
544 B
JSON
29 lines
544 B
JSON
{
|
|
"name": "@tabshift/typescript-types",
|
|
"description": "Extended utility types for Typescript",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"test": "tstyche",
|
|
"prepublish": "pnpm build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@tabshift/typescript-config": "workspace:",
|
|
"tstyche": "^4.1.0",
|
|
"typescript": "latest"
|
|
},
|
|
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
|
|
"license": "EUPL-1.2",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts"
|
|
}
|
|
}
|
|
}
|