-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 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
33
34
35
36
37
38
39
40
41
{
"name": "text-encoder",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ismailtsdln/text-encoder.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/ismailtsdln/text-encoder/issues"
},
"homepage": "https://github.com/ismailtsdln/text-encoder#readme",
"devDependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^25.0.3",
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^14.0.2",
"crypto-js": "^4.2.0",
"lucide-react": "^0.562.0",
"tailwind-merge": "^3.4.0"
}
}