-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "typography-monorepo",
"version": "0.0.0",
"description": "Typography toolkit featuring Unicode confusables detection and string normalization",
"private": true,
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"lint": "basis lint --all",
"postinstall": "pnpm dev && basis git setup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bysages/typography.git"
},
"keywords": [
"unicode",
"confusables",
"typography",
"security",
"phishing",
"homograph",
"normalization",
"uts39",
"string",
"detection",
"typescript",
"safety",
"attack",
"prevention"
],
"author": {
"name": "By Sages",
"email": "contact@bysages.com",
"url": "https://www.bysages.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bysages/typography/issues"
},
"homepage": "https://github.com/bysages/typography#readme",
"devDependencies": {
"@funish/basis": "0.1.2",
"@prettier/plugin-oxc": "0.0.5",
"@types/node": "24.10.1",
"oxlint": "1.29.0",
"oxlint-tsgolint": "0.8.0",
"prettier": "3.6.2",
"unbuild": "3.6.1"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
}