-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 759 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
30
31
32
{
"name": "french-numbers-to-words",
"version": "1.0.8",
"description": "Convert French numbers to their written form",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fjobeir/french-numbers-to-words.git"
},
"keywords": [
"french",
"numbers",
"words",
"converter"
],
"author": "Feras Jobeir",
"license": "ISC",
"bugs": {
"url": "https://github.com/fjobeir/french-numbers-to-words/issues"
},
"homepage": "https://github.com/fjobeir/french-numbers-to-words#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
}
}