-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 787 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
{
"name": "serbian-script-converter",
"version": "1.1.2",
"description": "Utility functions for converting cyrilic script to latin and vice versa",
"main": "build/app.js",
"scripts": {
"build": "tsc --build",
"test": "jest --watchAll"
},
"keywords": [
"serbian",
"latin",
"cyrilic",
"converter",
"script"
],
"repository": {
"type": "git",
"url": "https://github.com/DedaDev/serbian-script-converter.git"
},
"files": [
"build"
],
"author": "DedaDev",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}