-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.84 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "scv-bilara",
"version": "3.161.51",
"description": "SuttaCentral bilara-data library",
"main": "index.js",
"directories": {
"src": "src",
"test": "test"
},
"dependencies": {
"check-node-version": "^4.0.1",
"esm": "^3.2.25",
"js-ebt": "^1.0.1",
"json5": "^2.1.3",
"log-instance": "^1.6.0",
"memo-again": "^0.10.0",
"merkle-json": "^2.2.0",
"scv-esm": "^1.110.288",
"suttacentral-api": "^2.15.1",
"tmp": "^0.2.3"
},
"devDependencies": {
"eslint-plugin-html": "^4.0.5",
"mocha": "^10.2.0",
"should": "^13.2.3"
},
"scripts": {
"schedule-action": "scripts/schedule-action",
"push-action": "scripts/push-action",
"test": "npm run test:verbose",
"test:test-old": "scripts/clean-test; mocha -w --watch-ignore node_modules,.git,local -R min --inline-diffs -g TESTTEST './@(src|test)/**/*.*js'",
"test:test": "scripts/clean-test; mocha --config test/mocha-config.json -g TESTTEST",
"test:verbose": "scripts/clean-test; mocha --inline-diffs",
"test:one": "scripts/clean-test; mocha --inline-diffs -g TESTTEST",
"test:watch": "mocha -w --inline-diffs",
"version": "node -e \"console.log(require('./package.json').version);\""
},
"repository": {
"tag": "git"
},
"keywords": [
"SuttaCentral",
"SuttaCentral Voice",
"EBT",
"Voice",
"Buddha",
"Pali",
"translation",
"Javascript",
"bilara-data",
"Bilara"
],
"author": "Karl Lew",
"homepage": "https://github.com/sc-voice/scv-bilara",
"license": "MIT",
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}