theatre/packages/dataverse/package.json
2021-06-18 13:05:06 +02:00

31 lines
697 B
JSON

{
"name": "@theatre/dataverse",
"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",
"files": [
"dist/**/*"
],
"scripts": {
"prepack": "yarn run build",
"typecheck": "yarn run build",
"build": "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"
}
}