-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 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
33
34
35
{
"name": "angka-terbilang-ts",
"version": "1.5.1",
"description": "A TypeScript library to convert numbers into words. Useful for generating human-readable text from numerical values.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --watchAll=false",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/liu-purnomo/angka-terbilang-ts.git"
},
"keywords": [
"terbilang",
"angka",
"indonesia",
"rupiah",
"typescript"
],
"author": "liupurnomo.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/liu-purnomo/angka-terbilang-ts/issues"
},
"homepage": "https://github.com/liu-purnomo/angka-terbilang-ts#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
}
}