suttacentral-api
Version:
SuttaCentral API cached proxy
65 lines (64 loc) • 1.29 kB
JSON
{
"name": "suttacentral-api",
"version": "2.24.0",
"description": "SuttaCentral API cached proxy",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"log-instance": "^1.5.0",
"memo-again": "^0.10.0",
"merkle-json": "^2.7.0"
},
"devDependencies": {
"mocha": "^10.2.0",
"should": "^11.2.0"
},
"scripts": {
"build": "scripts/build",
"test": "npm run test:verbose",
"test:test": "mocha -w --watch-ignore node_modules,.git,local -R min --inline-diffs -g TEST",
"test:verbose": "mocha --inline-diffs",
"test:watch": "mocha -w --inline-diffs"
},
"repository": {
"tag": "git"
},
"bin": {},
"keywords": [
"SuttaCentral",
"translation",
"Javascript",
"Voice"
],
"author": "Karl Lew",
"homepage": "https://github.com/sc-voice/sc-api",
"license": "MIT",
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}