-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "root",
"description": "Converts numbers to words in any language.",
"version": "1.0.3",
"license": "MIT",
"author": "Imamuzzaki Abu Salam <[email protected]>",
"homepage": "https://github.com/ImBIOS/i18n-num-in-words",
"repository": {
"type": "git",
"url": "https://github.com/ImBIOS/i18n-num-in-words"
},
"private": true,
"workspaces": [
"library",
"website"
],
"scripts": {
"prepare": "husky",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"dev": "turbo run dev",
"doctor": "bun run lint && bun run test && bun run build",
"up": "bunx npm-check-updates --interactive --format group --doctor --doctorTest \"bun run doctor\" --doctorInstall \"bun install\"",
"up-force": "bunx npm-check-updates --interactive --format group"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.1.1",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"turbo": "^2.0.9",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/bun": "^1.1.6"
}
}