mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 12:34:10 +03:00
13 lines
296 B
JSON
13 lines
296 B
JSON
|
{
|
||
|
"name": "twenty-ui",
|
||
|
"version": "0.0.1",
|
||
|
"main": "./index.js",
|
||
|
"module": "./index.mjs",
|
||
|
"typings": "./index.d.ts",
|
||
|
"scripts": {
|
||
|
"nx": "NX_DEFAULT_PROJECT=twenty-ui node ../../node_modules/nx/bin/nx.js",
|
||
|
"start": "storybook dev -p 6006",
|
||
|
"build": "storybook build"
|
||
|
}
|
||
|
}
|