@zerochae/ts-enum
Version:
A TypeScript Enum library inspired by Java's Enum.
30 lines (29 loc) • 614 B
JSON
{
"name": "@zerochae/ts-enum",
"version": "1.0.0",
"description": "A TypeScript Enum library inspired by Java's Enum.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/zerochae/ts-enum.git"
},
"keywords": [
"typescript",
"enum",
"java-enum",
"typescript-enum",
"strict-enum"
],
"author": "zerochae",
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2"
}
}