UNPKG

scv-bilara

Version:

SuttaCentral bilara-data library

77 lines (76 loc) 1.89 kB
{ "name": "scv-bilara", "version": "3.174.58", "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.115.539", "suttacentral-api": "^2.17.54", "tmp": "^0.2.3" }, "devDependencies": { "eslint-plugin-html": "^4.0.5", "mocha": "^11.0.1", "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": {} } } }