@unblocks/types
Version:
Useful TypeScript types
45 lines (44 loc) • 999 B
JSON
{
"name": "@unblocks/types",
"version": "1.1.1",
"description": "Useful TypeScript types",
"keywords": [
"unblocks",
"typescript",
"typings",
"types"
],
"authors": [
"Krist Wongsuphasawat (http://kristw.yellowpigz.com)"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/kristw/unblocks.git"
},
"homepage": "https://github.com/kristw/unblocks/blob/main/packages/unblocks-types/README.md",
"bugs": {
"url": "https://github.com/kristw/unblocks/issues"
},
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint src/",
"test": "jest --coverage"
},
"jest": {
"preset": "@unblocks/jest-presets/browser"
},
"publishConfig": {
"access": "public"
}
}