-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 858 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 858 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
{
"name": "qyrymtatar-tili",
"version": "1.0.0",
"description": "Qırımtatar tiline tercime etüv programması",
"scripts": {
"build": "node tools/build-source.js",
"lint": "$(npm bin)/eslint .",
"test": "tools/speller.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prosvita/QIRIMTATARTILI.git"
},
"author": "Pavlo Bashynskyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/prosvita/QIRIMTATARTILI/issues"
},
"homepage": "https://github.com/prosvita/QIRIMTATARTILI#readme",
"private": true,
"devDependencies": {
"eslint": "^8.21.0",
"eslint-plugin-json": "git+https://github.com/edg2s/eslint-plugin-json.git#indent",
"transliteration.crh": "^0.3.0",
"yaspeller": "^v6.0.2"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"glob": "^7.2.0"
}
}