-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.59 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@dagonmetric/translit-js",
"version": "1.0.2",
"description": "General purpose transliterate service for JavaScript applications which can be used in swapping letters such as α → a, ၎ → ၎င်း.",
"author": "DagonMetric",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DagonMetric/translit-js.git"
},
"bugs": {
"url": "https://github.com/DagonMetric/translit-js/issues"
},
"homepage": "https://github.com/DagonMetric/translit-js",
"keywords": [
"transliteration",
"transliterate",
"transliteration-service",
"swapping-letters",
"alphabet-converter",
"internationalization",
"intl",
"unicode-tools",
"script-tools",
"language-tools",
"myanmar-tools",
"zawgyi-unicode-converter",
"zawgyi-unicode-translit-rules",
"transliterate-rules",
"typescript"
],
"scripts": {
"lint": "eslint -c .eslintrc.json --ext .js,.ts .",
"build": "lib build --env.prod=true",
"test": "lib test --env.ci=true"
},
"dependencies": {
"tslib": "~2.4.0"
},
"devDependencies": {
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.41",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-prettier": "^4.0.0",
"jasmine-core": "^4.2.0",
"lib-tools": "^2.0.4",
"prettier": "^2.2.1",
"ts-node": "^10.9.1",
"typescript": "~4.7.3"
},
"sideEffects": false
}