-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 782 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "unique-enum",
"version": "0.1.6",
"description": "Runtime-safe alternative to typescript enums that maintains type safety and ergonomics",
"repository": {
"type": "git",
"url": "https://github.com/p2js/unique-enum"
},
"homepage": "https://github.com/p2js/unique-enum",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"enum",
"type-safe",
"typescript",
"typescript-enum",
"enumify"
],
"author": "Alfio (https://github.com/p2js)",
"license": "ISC",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}