pashto-dictionary/package.json

44 lines
1.1 KiB
JSON

{
"name": "@lingdocs/lingdocs-main",
"version": "0.3.3",
"description": "types and functions for lingdocs stuff",
"main": "dist/library.js",
"module": "dist/library.js",
"types": "dist/library.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"infup": "./update-inflector.sh"
},
"repository": {
"type": "git",
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"author": "lingdocs.com",
"license": "MIT",
"dependencies": {
"@khmyznikov/pwa-install": "^0.3.6",
"@lingdocs/inflect": "^5.1.8",
"lokijs": "^1.5.12",
"nano": "^9.0.5",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-twitter": "^1.0.4",
"relevancy": "^0.2.0",
"supermemo": "^2.0.17"
},
"devDependencies": {
"@types/lokijs": "^1.5.7",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth": "^1.0.42",
"@types/passport-twitter": "^1.0.37",
"next": "^12.0.7",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"typescript": "^4.4.3"
}
}