-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "@ai-shield/core",
"version": "0.1.0",
"description": "Protects your website or web application from malicious scraping by bots and other AI through the generation of protection files.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bjf5201/ai-shield.git"
},
"homepage": "https://github.com/bjf5201/ai-shield#readme",
"bugs": {
"url": "https://github.com/bjf5201/ai-shield/issues",
"email": "hello@bethanyfannin.com"
},
"author": "Bethany Fannin <contact@bethanyfannin.com> (https://www.bethanyfannin.com)",
"maintainers": [
"Bethany Fannin <contact@bethanyfannin.com> (https://www.bethanyfannin.com)"
],
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji-conventional"
}
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"prettier": "^3.1.0",
"turbo": "^2.2.3",
"typescript": "5.5.4",
"commitizen": "4.3.1",
"commitlint": "19.5.0",
"cz-emoji-conventional": "1.1.0"
},
"packageManager": "pnpm@10.2.1"
}