butter-enums
Version:
Typesafe specialized enums for TypeScript - Smooth like butter
46 lines (45 loc) • 984 B
JSON
{
"name": "butter-enums",
"version": "0.0.8",
"description": "Typesafe specialized enums for TypeScript - Smooth like butter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE"
],
"scripts": {
"release": "just release",
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run build"
},
"keywords": [
"typescript",
"enum",
"utility",
"type-safe",
"butter"
],
"author": "Hunter Wilhelm",
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2",
"vitest": "^1.1.0"
},
"homepage": "https://github.com/hunterwilhelm/butter-enums#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hunterwilhelm/butter-enums.git"
},
"bugs": {
"url": "https://github.com/hunterwilhelm/butter-enums/issues"
},
"dependencies": {
"deep-freeze-es6": "^4.0.0"
},
"directories": {
"doc": "docs"
}
}