-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 979 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
{
"name": "simply-api.js",
"version": "1.3.0",
"description": "API Wrapper for simplyapi.js.org",
"typings": "main.d.ts",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "eslint . --fix && npm publish --tag dev",
"latest": "eslint . --fix && npm publish --tag latest",
"legacy": "eslint . --fix && npm publish --tag legacy",
"test": "node test/chatbot && node test/tictactoe && node test/toxicity"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abadima/simply-api.git"
},
"keywords": [
"ai",
"api",
"chatbot",
"grammar",
"nsfw",
"simple",
"spelling",
"tictactoe",
"tic tac toe",
"toxicity",
"wrapper"
],
"author": "Abadima",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abadima/simply-api/issues"
},
"homepage": "https://simplyapi.js.org",
"engines": {
"node": ">=16.16.0"
},
"devDependencies": {
"eslint": "^8.45.0"
}
}