1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00
budibase/packages/types/package.json

20 lines
435 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",
2022-06-09 23:33:10 +12:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2022-05-04 04:13:13 +12:00
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
2022-06-09 23:33:10 +12:00
"build": "rimraf dist/ && rm -f tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json"
2022-05-04 04:13:13 +12:00
},
"jest": {
},
"devDependencies": {
2022-06-07 03:33:10 +12:00
"@types/node": "^14.0.0",
2022-06-09 23:33:10 +12:00
"typescript": "^4.5.5",
"rimraf": "3.0.2"
2022-05-04 04:13:13 +12:00
}
}