enum8
Version:
The way to create enums in JavaScript and TypeScript
42 lines (41 loc) • 904 B
JSON
{
"name": "enum8",
"version": "1.0.6",
"description": "The way to create enums in JavaScript and TypeScript",
"main": "dist/main.js",
"module": "dist/main.js",
"type": "module",
"types": "dist/main.d.ts",
"keywords": [
"enum",
"enumerated",
"enum8",
"enum8.js",
"enum8.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/dominicvonk/enum8.git"
},
"scripts": {
"test": "vitest --typecheck",
"lint": "eslint . --ext .ts",
"build": "tsc --project tsconfig.build.json"
},
"files": [
"dist",
"package.json",
"package-lock.json",
"README.md"
],
"author": "Dominic Vonk",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.13.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"typescript": "^5.8.0-beta",
"typescript-eslint": "^8.23.0",
"vitest": "^3.0.5"
}
}