forked from codesandbox/codesandbox-importers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "codesandbox-importers",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "yarn build:dependencies && lerna run build --scope codesandbox --scope git-converter --parallel",
"build:git-extractor": "yarn build:dependencies && lerna run build --scope git-converter",
"build:dependencies": "lerna run build --scope codesandbox-import-utils --scope codesandbox-import-util-types --stream",
"test": "lerna run test",
"start": "lerna run start --stream",
"dev": "lerna run dev --stream"
},
"author": "",
"devDependencies": {
"jest": "^23.6.0",
"lerna": "^2.4.0",
"prettier": "^2.2.1",
"rimraf": "^2.6.2",
"ts-jest": "^23.10.4",
"typescript": "^4.0.3"
},
"workspaces": [
"packages/cli",
"packages/git-extractor",
"packages/import-utils",
"packages/types"
]
}