-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
33
34
35
{
"name": "np-mod-tools",
"version": "2.0.1",
"description": "moderation tools for /r/NeutralPolitics",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vitosamson/np-mod-tools"
},
"author": "Vito <[email protected]",
"bugs": {
"url": "https://github.com/vitosamson/np-mod-tools/issues"
},
"homepage": "https://github.com/vitosamson/np-mod-tools",
"dependencies": {
"marked": "^0.3.6",
"preact": "^10.5.12",
"prettier": "^2.2.1"
},
"devDependencies": {
"@types/chrome": "^0.0.47",
"@types/marked": "^0.0.28",
"ts-loader": "^9.2.2",
"tslint": "^5.5.0",
"tslint-react": "^3.0.0",
"typescript": "^4.1.5",
"webpack": "^5.91.0",
"webpack-cli": "^4.7.0"
},
"scripts": {
"build": "node_modules/webpack/bin/webpack --progress",
"lint": "tslint webpack.config.js 'src/**/*.tsx' 'src/**/*.ts' 'src/**/*.js'"
}
}