9 lines
179 B
JSON
9 lines
179 B
JSON
|
{
|
||
|
"name": "@backset/ui",
|
||
|
"version": "1.0.0",
|
||
|
"main": "dist/index",
|
||
|
"types": "dist/index",
|
||
|
"scripts": {
|
||
|
"build": "rimraf ./dist && tsc -p ./tsconfig.build.json"
|
||
|
}
|
||
|
}
|