forked from smeup/ketchup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.44 KB
/
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
30
31
32
33
34
35
36
37
38
{
"name": "ketchup-root",
"version": "0.0.1",
"description": "Sme.UP KetchUP components, web components library and showcase monorepo.",
"keywords": [
"Sme.UP",
"monorepo",
"Stencil",
"web components",
"Vue.js components",
"showcase"
],
"license": "Apache-2.0",
"author": "Gruppo Sme.UP <info@smeup.com> (https://www.smeup.com/)",
"repository": "https://github.com/smeup/ketchup",
"devDependencies": {
"lerna": "^3.17.2"
},
"scripts": {
"lerna": "lerna",
"k:build": "lerna run build --scope ketchup --stream",
"k:start": "lerna run start --scope ketchup --stream",
"k:test:unit": "lerna run test:spec --scope ketchup --stream",
"k:test:e2e": "lerna run test:e2e --scope ketchup --stream",
"ksc:serve": "lerna run serve --scope ketchup-showcase --stream",
"ksc:build": "lerna run build --scope ketchup-showcase --stream",
"ksc:lint": "lerna run lint --scope ketchup-showcase --stream",
"ksc:test:unit": "lerna run test:unit --scope ketchup-showcase --stream",
"ksc:test:cy:open": "lerna run test:cy:open --scope ketchup-showcase --stream",
"ksc:test:cy:run": "lerna run test:cy:run --scope ketchup-showcase --stream",
"ksc:test:e2e:open": "lerna run test:e2e:open --scope ketchup-showcase --stream",
"ksc:test:e2e:run": "lerna run test:e2e:run --scope ketchup-showcase --stream"
},
"dependencies": {
"@types/jest": "^25.2.1",
"resize-observer": "^1.0.0"
}
}