{ "name": "jslib", "repository": "https://github.com/dnote/dnote", "version": "0.1.0", "description": "An internal JavaScript SDK for Dnote", "types": "dist/types/index.d.ts", "scripts": { "clean": "rm -rf ./dist", "build": "tsc", "build:watch": "tsc --watch", "test": "jest --coverage", "test:watch": "jest --watch", "lint": "../node_modules/.bin/eslint ./src --ext .ts,.tsx,.js", "lint:fix": "../node_modules/.bin/eslint ./src --fix --ext .ts,.tsx,.js" }, "author": "Monomax Software Pty Ltd", "license": "AGPL-3.0-or-later", "dependencies": { "@types/history": "^4.7.7", "history": "^4.10.1", "lodash": "^4.17.20", "qs": "^6.9.4" }, "devDependencies": { "@types/jest": "^24.9.1", "jest": "^24.9.0", "prettier": "^1.19.1", "ts-jest": "^24.3.0", "typescript": "^3.9.7" } }