-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"private": true,
"name": "@wayward/excevent",
"version": "0.6.1",
"description": "A ridiculously powerful and easy-to-use event system. 🚀",
"license": "MIT",
"main": "Excevent.js",
"types": "./Excevent.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/WaywardGame/excevent"
},
"devDependencies": {
"@types/chai-as-promised": "7.1.3",
"@types/chai": "4.2.16",
"@types/del": "4.0.0",
"@types/gulp-mocha": "0.0.33",
"@types/gulp": "4.0.8",
"@types/mocha": "8.2.2",
"@types/node": "12.7.3",
"chai-as-promised": "7.1.1",
"chai": "4.3.4",
"chalk": "4.1.0",
"even-more-min": "1.0.1",
"gulp-mocha": "8.0.0",
"gulp-plumber": "1.2.1",
"gulp": "4.0.2",
"merge2": "1.4.1",
"mocha": "8.3.2",
"ts-node": "9.1.1",
"typescript": "4.3.5",
"eslint": "7.20.0",
"@types/eslint": "7.2.6",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"eslint-plugin-only-warn": "1.0.2",
"gulp-replace": "1.1.2",
"@types/gulp-replace": "0.0.31"
}
}