-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
41
{
"name": "stampcord",
"version": "1.0.2",
"description": "WebExtension that converts human text into Discord timestamps.",
"main": "index.js",
"scripts": {
"start:firefox": "web-ext run --source-dir ./build/",
"lint": "web-ext lint --source-dir ./build/",
"pack": "web-ext build --source-dir ./build/ -o",
"build": "gulp",
"release": "gulp release"
},
"author": "dixonte",
"license": "MIT",
"devDependencies": {
"@types/luxon": "^3.0.1",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-json-minify": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"luxon": "^3.0.4",
"merge-stream": "^2.0.0",
"sass": "^1.55.0",
"tsify": "^5.0.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"web-ext": "^7.2.0",
"webextension-polyfill-ts": "^0.26.0"
},
"dependencies": {
"chrono-node": "^2.4.1"
}
}