-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 989 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
36
37
38
39
40
41
42
43
{
"name": "weird-to-normal-chars",
"version": "1.8.3",
"description": "Convert weird chars to normal",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"dev": "node index.js",
"lint": "eslint ./",
"test": "nyc mocha",
"coverage": "nyc --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavideViolante/weird-to-normal-chars.git"
},
"keywords": [
"weird",
"special",
"strange",
"chars",
"characters",
"font",
"instagram",
"twitter",
"tiktok",
"discord",
"biography",
"bio"
],
"author": "Davide Violante",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavideViolante/weird-to-normal-chars/issues"
},
"homepage": "https://github.com/DavideViolante/weird-to-normal-chars#readme",
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"mocha": "^11.0.1",
"nyc": "^17.0.0"
}
}