-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "@myanmartools/myanmar-text-extractor-js",
"version": "0.0.0",
"author": "DagonMetric",
"description": "Burmese language (Myanmar text) extractor JavaScript library for word segmentation, text extraction or syllable break.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/myanmartools/myanmar-text-extractor-js.git"
},
"bugs": {
"url": "https://github.com/myanmartools/myanmar-text-extractor-js/issues"
},
"homepage": "https://github.com/myanmartools/myanmar-text-extractor-js",
"scripts": {
"lib": "lib",
"lint": "eslint -c .eslintrc.json --ext .js,.ts .",
"build": "lib build --env.prod",
"test": "lib test --env.ci"
},
"dependencies": {
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/jasmine": "^3.6.3",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jsdoc": "^31.3.3",
"eslint-plugin-prettier": "^3.3.1",
"jasmine-core": "^3.6.0",
"lib-tools": "^2.0.4",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}