-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 822 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": "t-mobile-auto-reset",
"version": "1.0.0",
"description": "This automatically adds MB's to your dataplan with unlimited bundles",
"main": "src/index.js",
"scripts": {
"start": "node .",
"dev": "nodemon ."
},
"author": "Sydney Smit",
"license": "ISC",
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.1.2",
"nodemon": "^2.0.7"
},
"dependencies": {
"chalk": "^4.1.0",
"node-fetch": "^2.6.1"
}
}