forked from openpgpjs/web-stream-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 912 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
29
{
"name": "@openpgp/web-stream-tools",
"version": "0.0.8",
"description": "Utility functions for WhatWG Streams",
"main": "lib/streams.js",
"repository": {
"type": "git",
"url": "https://github.com/openpgpjs/web-stream-tools.git"
},
"author": "Daniel Huigens <d.huigens@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/openpgpjs/web-stream-tools/issues"
},
"homepage": "https://github.com/openpgpjs/web-stream-tools#readme",
"dependencies": {
"@mattiasbuelens/web-streams-adapter": "~0.1.0",
"web-streams-polyfill": "~3.0.3"
},
"devDependencies": {
"@openpgp/jsdoc": "^3.6.4"
},
"scripts": {
"docs": "jsdoc --configure .jsdocrc.js --destination docs --readme README.md lib",
"preversion": "rm -rf docs",
"version": "npm run docs && git add -A docs",
"postversion": "git push && git push --tags && npm publish"
}
}