-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.53 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.53 KB
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
58
59
60
61
62
63
64
65
{
"name": "@sc-voice/ms-dpd",
"version": "2.54.0",
"description": "Mahāsaṅgīti Pali Javascript adapter for Digital Pali Dictionary",
"main": "main.mjs",
"files": [
"LICENSE",
"dpd/*.mjs",
"main.mjs",
"index.mjs",
"package.json",
"README.md",
"src/*.mjs"
],
"workspaces": [
"dpd/de",
"dpd/en",
"dpd/es",
"dpd/fr",
"dpd/pt",
"dpd/ru"
],
"scripts": {
"schedule-action": "scripts/schedule-action",
"test": "npm run test:verbose",
"test:test": "mocha --config test/mocha-config.json",
"test:verbose": "mocha --inline-diffs --recursive",
"version": "scripts/version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sc-voice/ms-dpd.git"
},
"keywords": [
"Pali",
"DigitalPaliDictionary",
"Mahāsańghīti",
"Javascript"
],
"author": "Karl Lew",
"license": "MIT",
"bugs": {
"url": "https://github.com/sc-voice/ms-dpd/issues"
},
"homepage": "https://github.com/sc-voice/ms-dpd#readme",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@sc-voice/node-tools": "^2.0.0",
"@sc-voice/tools": "^3.17.0",
"eslint": "^9.4.0",
"json": "^11.0.0",
"mocha": "^11.1.0",
"scv-esm": "^1.111.102",
"should": "^13.2.3"
},
"dependencies": {
"@sc-voice/ms-dpd-de": "^2.53.0",
"@sc-voice/ms-dpd-en": "^2.53.0",
"@sc-voice/ms-dpd-es": "^2.53.0",
"@sc-voice/ms-dpd-fr": "^2.53.0",
"@sc-voice/ms-dpd-pt": "^2.53.0",
"@sc-voice/ms-dpd-ru": "^2.53.0",
"tmp": "^0.2.3"
}
}