-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 920 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
{
"name": "dolmo",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/sks147/dolmo",
"author": "sks147 <sksingh1997@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"try": "./node_modules/.bin/gulp && ./node_modules/.bin/web-ext run --source-dir=dist --ignore-files=\"*.ts\"",
"build": "./node_modules/.bin/web-ext build --artifacts-dir ./build/",
"watch": "./node_modules/.bin/webpack --watch",
"lint": "./node_modules/.bin/eslint --ignore-pattern node_modules/ ./src/scripts --ext .ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.7.0",
"eslint": "^5.16.0",
"gulp": "^4.0.1",
"json-loader": "^0.5.7",
"ts-loader": "^5.4.3",
"typescript": "^3.4.4",
"web-ext": "^3.0.0",
"web-ext-types": "^3.1.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}