-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 916 Bytes
/
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
{
"bugs": "https://github.com/cedx/akismet.js/issues",
"description": "Prevent comment spam using the Akismet service.",
"homepage": "https://github.com/cedx/akismet.js",
"license": "MIT",
"name": "@cedx/akismet",
"repository": "cedx/akismet.js",
"type": "module",
"version": "16.2.1",
"author": {
"email": "cedric@belin.io",
"name": "Cédric Belin",
"url": "https://belin.io"
},
"devDependencies": {
"@types/eslint__js": "^8.42.3",
"@types/gulp": "^4.0.17",
"@types/node": "^22.8.3",
"gulp": "^5.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"engines": {
"node": ">=20.0.0"
},
"exports": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"files": [
"lib/",
"src/",
"tsconfig.json"
],
"keywords": [
"akismet",
"api",
"client",
"comment",
"spam",
"validation"
],
"scripts": {
"prepack": "gulp",
"test": "gulp test"
}
}