{ "name": "@theatre/dataverse2", "version": "1.0.0-dev", "license": "Apache-2.0", "author": { "name": "Aria Minaei", "email": "aria@theatrejs.com", "url": "https://github.com/AriaMinaei" }, "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "typecheck": "yarn run _declarations:emit", "_declarations:emit": "tsc --build ./tsconfig.json" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/lodash-es": "^4.17.4", "@types/node": "^15.6.2", "@types/react": "^17.0.9", "typescript": "^4.3.2" }, "dependencies": { "lodash-es": "^4.17.21" } }