theatre/packages/dataverse-experiments/package.json

27 lines
639 B
JSON
Raw Normal View History

2021-06-18 13:05:06 +02:00
{
"name": "@theatre/dataverse-experiments",
2021-06-18 13:05:06 +02:00
"version": "1.0.0-dev",
"license": "Apache-2.0",
"author": {
"name": "Aria Minaei",
"email": "aria@theatrejs.com",
"url": "https://github.com/AriaMinaei"
},
"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",
2023-08-08 08:43:24 +02:00
"typescript": "5.1.6"
2021-06-18 13:05:06 +02:00
},
"dependencies": {
"lodash-es": "^4.17.21"
}
}