1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/packages/types/package.json
2022-06-06 16:33:10 +01:00

19 lines
349 B
JSON

{
"name": "@budibase/types",
"version": "1.0.195",
"description": "Budibase types",
"main": "src/index.ts",
"types": "src/index.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"build": "rimraf dist/ && tsc"
},
"jest": {
},
"devDependencies": {
"@types/node": "^14.0.0",
"typescript": "^4.5.5"
}
}