-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
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
{
"name": "@sudoo/log",
"packageManager": "yarn@4.6.0",
"version": "2.3.0",
"description": "Logs",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint src test",
"clean": "rm -rf app",
"build": "tsc --project typescript/tsconfig.build.json",
"license": "sdb license",
"release": "yarn lint && yarn test && yarn license && yarn build",
"publish-dry-run": "yarn release && sdb --only publish-dry-run",
"publish": "yarn release && sdb --only publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SudoDotDog/Sudoo-Log.git"
},
"author": "WMXPY",
"license": "MIT",
"bugs": {
"url": "https://github.com/SudoDotDog/Sudoo-Log/issues"
},
"homepage": "https://github.com/SudoDotDog/Sudoo-Log#readme",
"dependencies": {
"@sudoo/magic": "^1.9.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.11",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.27.0",
"babel-jest": "^29.7.0",
"eslint": "^9.23.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}