-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "anybotapi",
"version": "2.0.0",
"description": "An interactor for AnyBot-API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "nodemon --exec ts-node test.ts",
"build": "echo Pum pum typescript malo deja a mi codigo en paz && echo Que diga, vamo a compilar papu :v && tsc && echo compilado papu Bv",
"docs-linux": "node rmDoc.js && echo Generando docs papu Bv en tu linux papu && typedoc && echo Generados Bv && xdg-open docs/index.html",
"docs-windows": "node rmDoc.js && echo Generando docs papu Bv en tu guindou papu&& typedoc && echo Generados Bv && start docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrNiz/AnyApi.git"
},
"author": "MrNiz & MDC",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrNiz/AnyApi/issues"
},
"homepage": "https://github.com/MrNiz/AnyApi#readme",
"dependencies": {
"axios": "^1.3.4"
},
"devDependencies": {
"@types/node": "^20.10.5",
"nodemon": "^3.0.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typedoc-material-theme": "^1.0.1",
"typescript": "^5.3.3"
},
"keywords": [
"anybot",
"anyapi",
"api",
"animals",
"utils"
]
}