|
29 | 29 | "license": "MIT",
|
30 | 30 | "scripts": {
|
31 | 31 | "build": "tsup src/index.ts --format esm,cjs --dts",
|
| 32 | + "lint": "eslint .", |
32 | 33 | "test": "jest"
|
33 | 34 | },
|
34 | 35 | "main": "dist/index.js",
|
|
42 | 43 | "dist",
|
43 | 44 | "README.md"
|
44 | 45 | ],
|
| 46 | + "changelog": { |
| 47 | + "labels": { |
| 48 | + "Type: Feature": ":star: New Features", |
| 49 | + "Type: Bug": ":bug: Bug Fixes", |
| 50 | + "Type: Security": ":lock: Security Fixes", |
| 51 | + "Type: Performance": ":chart_with_upwards_trend: Performance Fixes", |
| 52 | + "Type: Improvement": ":zap: Improved Features", |
| 53 | + "Type: Breaking": ":boom: Breaking Change", |
| 54 | + "Type: Deprecated": ":warning: Deprecated Features", |
| 55 | + "Type: I18n": ":globe_with_meridians: Internationalization", |
| 56 | + "Type: A11y": ":wheelchair: Accessibility", |
| 57 | + "Type: Documentation": ":pencil: Documentation" |
| 58 | + } |
| 59 | + }, |
45 | 60 | "devDependencies": {
|
46 | 61 | "@fluent/bundle": "^0.17.0",
|
47 | 62 | "@types/jest": "^27.0.2",
|
48 | 63 | "@types/loader-utils": "^2.0.3",
|
| 64 | + "@typescript-eslint/eslint-plugin": "^5.2.0", |
49 | 65 | "@vue/compiler-sfc": "^3.2.20",
|
| 66 | + "eslint": "^8.1.0", |
| 67 | + "eslint-config-standard-with-typescript": "^21.0.1", |
| 68 | + "eslint-plugin-import": "^2.25.2", |
| 69 | + "eslint-plugin-node": "^11.1.0", |
| 70 | + "eslint-plugin-promise": "^5.1.1", |
50 | 71 | "jest": "^27.3.1",
|
51 | 72 | "memfs": "^3.3.0",
|
52 | 73 | "ts-jest": "^27.0.7",
|
|
0 commit comments