-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"private": true,
"author": {
"name": "Peter Placzek",
"email": "tadashi@animesu.net",
"url": "https://github.com/tada5hi"
},
"license": "MIT",
"version": "1.0.0",
"workspaces": [
"./packages/*"
],
"keywords": [
"base",
"classes",
"extendible",
"exception",
"error",
"http",
"socket",
"interface"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Tada5hi/ebec.git"
},
"bugs": {
"url": "https://github.com/Tada5hi/ebec/issues"
},
"homepage": "https://github.com/Tada5hi/ebec#readme",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.2",
"@swc/core": "^1.3.92",
"@tada5hi/commitlint-config": "^1.1.2",
"@tada5hi/eslint-config-typescript": "^1.2.5",
"@tada5hi/tsconfig": "^0.5.0",
"@types/node": "^20.8.3",
"@types/jest": "^29.5.5",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lerna": "^7.3.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"ts-jest": "^29.1.1"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"commit": "npx git-cz",
"clean": "lerna run clean",
"build": "lerna run build",
"test": "lerna run test",
"test:coverage": "lerna run test:coverage",
"pub": "lerna publish",
"lint": "eslint --ext .ts ./packages/",
"lint:fix": "npm run lint -- --fix"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}