-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 834 Bytes
/
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
{
"name": "jenum",
"version": "1.0.1",
"description": "An advanced typescript/javascript enumeration library with extra functionality and behaviors",
"main": "lib/index.js",
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tareksalem/xenum.git"
},
"keywords": [
"javascript enumeration",
"typescript enumeration",
"extendable javascript",
"enumeration advanced",
"typescript enum"
],
"author": "Tarek Aly",
"license": "ISC",
"bugs": {
"url": "https://github.com/tareksalem/xenum/issues"
},
"homepage": "https://github.com/tareksalem/xenum#readme",
"devDependencies": {
"@types/node": "^20.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}