@typescript-package/core
Version:
A TypeScript library with features used across other `typescript-package` libraries.
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "@typescript-package/core",
"version": "2.0.0",
"author": "wwwdev.io <dev@wwwdev.io>",
"description": "A TypeScript library with features used across other `typescript-package` libraries.",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-package/core.git"
},
"bugs": {
"url": "https://github.com/typescript-package/core/issues"
},
"keywords": [
"@typescript-package",
"@typescript-package/core"
],
"funding": [
{
"type": "individual",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
},
{
"type": "stripe",
"url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM"
}
],
"sideEffects": false,
"module": "fesm2022/typescript-package-core.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/typescript-package-core.mjs"
}
}
}