-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.15 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
39
40
41
{
"name": "firost-monorepo",
"type": "module",
"private": true,
"description": "firost monorepo",
"workspaces": [
"lib",
"docs"
],
"devDependencies": {
"aberlaas": "2.12.0",
"lerna": "4.0.0"
},
"files": [],
"homepage": "https://projects.pixelastic.com/firost/",
"keywords": [],
"scripts": {
"build": "./scripts/docs/build",
"build:prod": "./scripts/docs/build-prod",
"ci": "./scripts/ci",
"cms": "./scripts/docs/cms",
"compress": "./scripts/compress",
"lint": "./scripts/lint",
"lint:fix": "./scripts/lint-fix",
"release": "./scripts/lib/release",
"serve": "./scripts/docs/serve",
"test": "./scripts/lib/test",
"test:watch": "./scripts/lib/test-watch",
"g:build": "./scripts/docs/build",
"g:build:prod": "./scripts/docs/build-prod",
"g:cms": "./scripts/docs/cms",
"g:compress": "./scripts/compress",
"g:lint": "./scripts/lint",
"g:lint:fix": "./scripts/lint-fix",
"g:release": "./scripts/lib/release",
"g:serve": "./scripts/docs/serve",
"g:test": "./scripts/lib/test",
"g:test:watch": "./scripts/lib/test-watch"
},
"packageManager": "[email protected]"
}