-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 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
{
"name": "discord-argument-validator",
"version": "0.0.1-rc.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"start:dev": "nodemon",
"build": "tsc",
"lint": "eslint . --ext .ts"
},
"keywords": [
"typescript",
"discord",
"arguments",
"validation",
"commands"
],
"author": "SushiBtw",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.3.0",
"@types/ws": "^7.4.6",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"discord.js": "^12.5.3",
"eslint": "^7.31.0",
"nodemon": "^2.0.11",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"description": "TypeScript validation library, created to handle Discord Arguments. It's simply-designed and allows you to manage all your commands."
}