-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ts-enum-object",
"version": "1.3.2",
"description": "resolve TypeScript enum value do not support objects",
"keywords": [
"typescript",
"enum",
"object value"
],
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsup src/index.ts --dts --format cjs,esm",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"tsup": "^5.11.11",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beliefgp/ts-enum-object.git"
},
"bugs": {
"url": "https://github.com/beliefgp/ts-enum-object/issues"
},
"homepage": "https://github.com/beliefgp/ts-enum-object#readme",
"author": "beliefgp",
"license": "MIT"
}