-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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
40
41
42
43
44
45
46
47
48
49
{
"name": "@sc-voice/ms-dpd",
"version": "2.16.0",
"description": "Mahāsaṅgīti Pali Javascript adapter for Digital Pali Dictionary",
"main": "main.mjs",
"files": [
"LICENSE",
"dpd/*.mjs",
"main.mjs",
"package.json",
"README.md",
"src"
],
"workspaces": [
"dpd/en"
],
"scripts": {
"schedule-action": "scripts/schedule-action",
"test": "npm run test:verbose",
"test:test": "mocha --config test/mocha-config.json",
"test:verbose": "mocha --inline-diffs",
"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": {
"eslint": "^9.4.0",
"json": "^11.0.0",
"mocha": "^10.4.0",
"should": "^13.2.3"
},
"dependencies": {
"@sc-voice/ms-dpd-en": "^2.16.0"
}
}