-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.61 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "discord-achievements",
"version": "1.1.0",
"description": "Manage, track and earn your achievements in Discord.",
"main": "lib/src/index.js",
"types": "./types/src/index.d.ts",
"scripts": {
"dev": "rm achievements.json && ts-node test/json/example.ts",
"build": "tsc -p ./tsconfig.json",
"prepare": "npm run babel:install && npm run commitlint:install && husky install",
"prep": "node ./scripts/prepare.js",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"docgen": "node ./scripts/docgen.js",
"babel:install": "npm i @babel/core @babel/plugin-proposal-class-properties @babel/plugin-proposal-object-rest-spread @babel/preset-env @babel/preset-typescript jsdoc-babel typescript https://github.com/distubejs/docgen --save-dev",
"commitlint:install": "npm i -g @commitlint/cli @commitlint/config-conventional -f",
"executable": "chmod +x ./.husky/_/husky.sh && chmod +x ./.husky/pre-commit && chmod +x ./.husky/commit-msg",
"prepublishOnly": "npm run lint:fix && npm run build && npm run docgen"
},
"keywords": [
"discord",
"bot",
"bots",
"discord.js",
"achievement",
"achievements",
"achievement-js",
"achievements-js",
"discord-achievements",
"achievement.js",
"achievements.js",
"discord-achievements.js",
"fast",
"easy",
"flexible",
"simple",
"discord-js",
"discord-bot",
"discord-bots",
"json",
"quick",
"mongo",
"mongodb",
"framework",
"module",
"shadowplay"
],
"author": "shadowplay",
"license": "MIT",
"dependencies": {
"discord-economy-super": "^1.7.7-dev.1cbed5c.1698696383783",
"discord-leveling-super": "^1.0.13",
"discord.js": "^14.4.0",
"quick-mongo-super": "^1.0.19"
},
"engines": {
"node": ">=16.9.0"
},
"directories": {
"lib": "./lib",
"example": "./examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowplay1/discord-achievements.git"
},
"bugs": {
"url": "https://github.com/shadowplay1/discord-achievements/issues"
},
"homepage": "https://discord-achievements.js.org",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/config-conventional": "^17.0.3",
"@distube/docgen": "github:distubejs/docgen",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"husky": "^8.0.1",
"jsdoc-babel": "^0.5.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
}
}