-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
42
43
44
{
"author": "Pixelastic <[email protected]>",
"engines": {
"node": ">=12.12.0"
},
"dependencies": {},
"description": "Norska master workspace",
"devDependencies": {
"aberlaas": "1.26.0",
"callsites": "3.1.0",
"firost": "2.17.0",
"golgoth": "2.1.0",
"lerna": "4.0.0",
"minimist": "1.2.7"
},
"files": [],
"homepage": "https://github.com/pixelastic/norska",
"license": "MIT",
"name": "norska-monorepo",
"private": true,
"repository": "[email protected]:pixelastic/norska.git",
"scripts": {
"build": "./scripts/docs/build",
"build:prod": "./scripts/docs/build-prod",
"ci": "./scripts/ci",
"cms": "./scripts/docs/cms",
"husky:precommit": "./scripts/meta/husky-precommit",
"learn": "lerna",
"lint": "./scripts/meta/lint",
"lint:fix": "./scripts/meta/lint-fix",
"readme": "./scripts/meta/readme",
"release": "node ./scripts/meta/release.js",
"serve": "./scripts/docs/serve",
"test": "./scripts/meta/test",
"test:precommit": "./scripts/meta/test-precommit",
"test:slow": "./scripts/meta/test-slow",
"test:watch": "./scripts/meta/test-watch",
"update-dependencies": "node ./scripts/meta/update-dependencies"
},
"version": "0.0.4",
"workspaces": [
"modules/*"
]
}