-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 821 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 821 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
{
"name": "auto-crn-entry",
"version": "1.0.0",
"description": "Save and enter TAMU CRNs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js"
},
"author": "JosephMart",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JosephMart/Auto-CRN-Entry"
},
"dependencies": {
"jquery": "~3.3.1"
},
"devDependencies": {
"@types/chrome": "^0.0.63",
"@types/jquery": "~3.3.1",
"ts-loader": "~4.2.0",
"typescript": "~2.8.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "~4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.2",
"webpack-merge": "^4.1.2"
}
}