mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 02:47:27 +00:00
17 lines
339 B
JSON
17 lines
339 B
JSON
|
|
{
|
||
|
|
"name": "@tooljet-marketplace/common",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"directories": {
|
||
|
|
"lib": "lib",
|
||
|
|
"test": "__tests__"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc -b",
|
||
|
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"rimraf": "^3.0.2"
|
||
|
|
}
|
||
|
|
}
|