1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/types/package.json

19 lines
349 B
JSON
Raw Normal View History

2022-05-04 04:13:13 +12:00
{
"name": "@budibase/types",
2022-06-06 22:31:57 +12:00
"version": "1.0.195",
2022-05-04 04:13:13 +12:00
"description": "Budibase types",
"main": "src/index.ts",
"types": "src/index.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
2022-05-04 09:58:19 +12:00
"build": "rimraf dist/ && tsc"
2022-05-04 04:13:13 +12:00
},
"jest": {
},
"devDependencies": {
2022-06-07 03:33:10 +12:00
"@types/node": "^14.0.0",
2022-05-04 04:13:13 +12:00
"typescript": "^4.5.5"
}
}