{ "name": "@lingdocs/lingdocs-main", "version": "0.2.5", "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" }, "repository": { "type": "git", "url": "git@github.com-lingdocs:lingdocs/lingdocs-main.git" }, "peerDependencies": { "@lingdocs/pashto-inflector": "^1.3.9" }, "author": "lingdocs.com", "license": "MIT", "dependencies": { "nano": "^9.0.5", "passport-github2": "^0.1.12", "passport-google-oauth": "^2.0.0", "passport-twitter": "^1.0.4" }, "devDependencies": { "@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" } }