1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00
budibase/packages/types/package.json
2022-06-09 12:33:10 +01:00

20 lines
435 B
JSON

{
"name": "@budibase/types",
"version": "1.0.195",
"description": "Budibase types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Budibase",
"license": "GPL-3.0",
"scripts": {
"build": "rimraf dist/ && rm -f tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json"
},
"jest": {
},
"devDependencies": {
"@types/node": "^14.0.0",
"typescript": "^4.5.5",
"rimraf": "3.0.2"
}
}