forked from Supinic/supibot-package-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"scripts": {
"test": "mocha \"./@(chat-modules|commands|crons)/**/*.test.js\" ./tests/**/*.test.js --exit",
"test-news": "mocha ./separate-tests/news-definitions.test.js --exit",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"acorn-node": "^2.0.1",
"eslint": "^8.24.0",
"eslint-plugin-unicorn": "^44.0.1",
"mocha": "^10.0.0",
"supi-core": "github:supinic/supi-core"
},
"name": "supibot-package-manager",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Supinic/supibot-package-manager",
"author": "Supinic <supinic@protonmail.com>",
"license": "AGPL-3.0"
}