forked from Yahweasel/ennuizel-craig-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1015 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1015 Bytes
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
{
"name": "ennuizel-craig-plugin",
"version": "2.0.0",
"description": "A plugin to link Ennuizel to Craig.",
"main": "index.js",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraigChat/ennuizel-ennuicastr-plugin.git"
},
"author": {
"name": "Snazzah",
"email": "me@snazzah.com",
"url": "https://snazzah.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CraigChat/ennuizel-ennuicastr-plugin/issues"
},
"homepage": "https://github.com/CraigChat/ennuizel-ennuicastr-plugin#readme",
"dependencies": {
"typescript": "^4.4.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^8.5.0",
"eslint-config-snazzah": "^1.0.1",
"rollup": "^2.79.1",
"tslib": "^2.3.1"
}
}