UNPKG

1.47 kBJSONView Raw
1{
2 "name": "devcert",
3 "version": "1.0.0",
4 "description": "Generate trusted local SSL/TLS certificates for local SSL development",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "build": "tsc",
9 "prepublishOnly": "npm run build",
10 "test": "echo \"Ha.\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/davewasmer/devcert.git"
15 },
16 "keywords": [
17 "ssl",
18 "certificate",
19 "openssl",
20 "trust"
21 ],
22 "author": "Dave Wasmer",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/davewasmer/devcert/issues"
26 },
27 "homepage": "https://github.com/davewasmer/devcert#readme",
28 "devDependencies": {
29 "standard-version": "^4.3.0",
30 "typescript": "^2.7.0"
31 },
32 "dependencies": {
33 "@types/configstore": "^2.1.1",
34 "@types/debug": "^0.0.30",
35 "@types/get-port": "^3.2.0",
36 "@types/glob": "^5.0.34",
37 "@types/lodash": "^4.14.92",
38 "@types/mkdirp": "^0.5.2",
39 "@types/node": "^8.5.7",
40 "@types/rimraf": "^2.0.2",
41 "@types/tmp": "^0.0.33",
42 "application-config-path": "^0.1.0",
43 "command-exists": "^1.2.2",
44 "configstore": "^3.0.0",
45 "debug": "^3.1.0",
46 "eol": "^0.9.1",
47 "get-port": "^3.2.0",
48 "glob": "^7.1.2",
49 "lodash": "^4.17.4",
50 "mkdirp": "^0.5.1",
51 "password-prompt": "^1.0.4",
52 "rimraf": "^2.6.2",
53 "sudo-prompt": "^8.2.0",
54 "tmp": "^0.0.33",
55 "tslib": "^1.8.1"
56 },
57 "optionalDependencies": {}
58}