-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
25 lines (25 loc) · 901 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
{
"name": "closing-the-gap",
"version": "0.1.0",
"description": "Research project on the state of the field of NLS-related Digital Humanities with a focus on Arabic",
"homepage": "https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data#readme",
"bugs": {
"url": "https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data.git"
},
"license": "CC-BY-4.0",
"author": "Multilingual Digital Humanities",
"main": "PROJECTS.json",
"scripts": {
"format": "prettier --ignore-path .gitignore --write .",
"map-langs": "deno run --allow-read --allow-write TESTS/map_language_codes.ts",
"test": "deno test --allow-read TESTS/schema_tests.ts"
},
"devDependencies": {
"prettier": "^3.4.2",
"zod": "^3.24.1"
}
}