-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 990 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": "sb-apm",
"version": "0.0.3",
"description": "Alias generator for supibot.",
"main": "./src/index.js",
"repository": "https://github.com/NotNotQuinn/sb-apm",
"scripts": {
"test": "echo \"Error: no automatic test specified\" && exit 1",
"test:1": "node --harmony-nullish --harmony-optional-chaining . ./test/test1-config.json",
"test:2": "node --harmony-nullish --harmony-optional-chaining . ./test/test2-config.json",
"test:3": "node --harmony-nullish --harmony-optional-chaining . ./test/test3-config.json"
},
"engines": {
"node": "13.14"
},
"keywords": [
"twitch"
],
"bin": {
"alias-tester": "./src/cli"
},
"author": "Quinn T",
"license": "MIT",
"dependencies": {
"@octokit/core": "^3.4.0",
"@types/node": "^14.14.37",
"prompt-sync": "^4.2.0",
"supi-core": "github:NotNotQuinn/supi-core#custom",
"supibot-package-manager": "github:Supinic/supibot-package-manager",
"uglify-js": "^3.13.6"
}
}