1
0
Fork 0
mirror of synced 2024-05-17 19:04:06 +12:00
budibase/packages/types/package.json

22 lines
494 B
JSON
Raw Normal View History

2022-05-04 04:13:13 +12:00
{
"name": "@budibase/types",
2022-06-10 02:30:00 +12:00
"version": "1.0.198",
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": {
"prebuild": "rimraf dist/",
"build": "tsc -p tsconfig.build.json",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput"
2022-05-04 04:13:13 +12:00
},
"jest": {
},
"devDependencies": {
2022-06-10 02:30:00 +12:00
"@types/node": "14.18.20",
"typescript": "4.7.3",
2022-06-09 23:33:10 +12:00
"rimraf": "3.0.2"
2022-05-04 04:13:13 +12:00
}
}