-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "sim-provider",
"version": "1.0.3",
"description": "A package used to show simcard providers.",
"main": "dist/bundle.js",
"scripts": {
"test": "jest",
"start": "node bundle.js && nodemon ./src/main.js",
"build": "node bundle.js && rollup -c"
},
"keywords": [
"simcard",
"SIM details",
"SIM validation",
"SIM information",
"phone"
],
"author": "walterkiprono81@gmail.com",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.7.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"regex-parser": "^2.2.11",
"rollup": "^3.29.2"
},
"repository": {
"type": "git",
"url": "https://github.com/walteronoh/sim-provider.git"
}
}