UNPKG

512 BJSONView Raw
1{
2 "name": "edge-paths",
3 "version": "2.2.0",
4 "description": "Get the paths of edge browser easily",
5 "main": "dist/main.js",
6 "typings": "src/main.ts",
7 "repository": "http://github.com/shirshak55/edge-paths",
8 "author": "shirshak",
9 "license": "MIT",
10 "private": false,
11 "scripts": {
12 "watch": "tsc --watch",
13 "build": "tsc"
14 },
15 "devDependencies": {
16 "@types/node": "^14.0.5",
17 "@types/which": "^1.3.2",
18 "typescript": "^3.9.3"
19 },
20 "dependencies": {
21 "which": "^2.0.2"
22 }
23}