pashto-dictionary/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2021-09-17 20:39:10 +00:00
{
"name": "@lingdocs/lingdocs-main",
2022-09-02 06:51:25 +00:00
"version": "0.3.3",
2021-09-18 12:43:03 +00:00
"description": "types and functions for lingdocs stuff",
2021-09-18 12:56:32 +00:00
"main": "dist/library.js",
"module": "dist/library.js",
"types": "dist/library.d.ts",
2021-09-17 20:39:10 +00:00
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"infup": "./update-inflector.sh"
2021-09-17 20:39:10 +00:00
},
"repository": {
"type": "git",
"url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git"
},
"author": "lingdocs.com",
"license": "MIT",
"dependencies": {
2022-11-01 18:51:51 +00:00
"@lingdocs/inflect": "^5.1.8",
2022-05-17 20:10:42 +00:00
"lokijs": "^1.5.12",
2021-09-17 20:43:00 +00:00
"nano": "^9.0.5",
2021-09-17 20:39:10 +00:00
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
2022-02-16 11:41:18 +00:00
"passport-twitter": "^1.0.4",
2022-05-17 20:20:08 +00:00
"relevancy": "^0.2.0",
2022-05-17 20:10:42 +00:00
"supermemo": "^2.0.17"
2021-09-17 20:39:10 +00:00
},
"devDependencies": {
2022-05-17 20:10:42 +00:00
"@types/lokijs": "^1.5.7",
2021-09-17 20:43:00 +00:00
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth": "^1.0.42",
"@types/passport-twitter": "^1.0.37",
2022-01-08 08:16:44 +00:00
"next": "^12.0.7",
2021-09-18 12:51:32 +00:00
"rimraf": "^3.0.2",
2021-09-17 20:39:10 +00:00
"rollup": "^2.56.3",
"typescript": "^4.4.3"
}
}