@basmilius/tools
Version:
Commonly used tools for building.
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "@basmilius/tools",
"description": "Commonly used tools for building.",
"version": "2.9.1",
"type": "module",
"license": "MIT",
"funding": "https://github.com/sponsors/basmilius",
"author": {
"name": "Bas Milius",
"email": "bas@mili.us",
"url": "https://bas.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basmilius/packages.git",
"directory": "packages/tools"
},
"keywords": [
"tools",
"build",
"node",
"bun",
"oxc"
],
"files": [
"dist",
"src",
"CODEOWNERS",
"LICENSE"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "bun -b build.ts"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"dependencies": {
"oxc-transform": "^0.82.2"
},
"devDependencies": {
"@types/bun": "^1.2.20"
}
}