-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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
30
31
32
33
34
35
36
37
{
"private": true,
"version": "1.0.0",
"license": "MIT",
"scripts": {
"sset": "yarn workspace sset",
"sarray": "yarn workspace sarray",
"countingsort": "yarn workspace countingsort",
"bnch": "yarn workspace bnch",
"introsort": "yarn workspace introsort",
"fi": "yarn workspace fi",
"node-index": "yarn workspace node-index",
"incoming-handler": "yarn workspace incoming-handler",
"verbose-proxy": "yarn workspace verbose-proxy",
"test": "yarn lerna run test",
"docs": "yarn workspace docs",
"build:docs": "./scripts/update-docs.sh && yarn docs build",
"e2e": "cd e2e && ./run.sh"
},
"devDependencies": {
"deepmerge": "^4.2.2",
"degit": "^2.8.4",
"lerna": "6"
},
"workspaces": [
"pkg/*",
"docs"
],
"author": {
"name": "Arnor Heidar Sigurdsson",
"email": "arnorhs@gmail.com",
"url": "https://arnorhs.dev"
},
"dependencies": {
"typescript": "^4.4.4"
}
}