-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 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
45
46
47
48
49
50
51
{
"name": "@kpler/auth0-types",
"version": "0.0.0-development",
"description": "Types auth auth0 action triggers",
"keywords": [
"auth0",
"types",
"typescript"
],
"homepage": "https://github.com/Kpler/auth0-types#readme",
"bugs": {
"url": "https://github.com/Kpler/auth0-types/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kpler/auth0-types.git"
},
"license": "MIT",
"author": "Kpler",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint . --ext '.ts'",
"lint:fix": "eslint . --ext '.ts' --fix",
"prepare": "husky || true",
"prepublishOnly": "tsc"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.2",
"eslint-import-resolver-typescript": "^4.3.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-unicorn": "^56.0.1",
"husky": "^9.1.7",
"semantic-release": "^24.2.3"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}