-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1006 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
30
31
32
33
34
{
"name": "@didww/encrypt",
"version": "1.5.3",
"description": "Encrypt files for DIDWW V3 API",
"main": "src/index.js",
"scripts": {
"build": "parcel build src/browser.js --target browser --cache-dir tmp/cache --no-minify",
"build_min": "parcel build src/browser.js --target browser --cache-dir tmp/cache --out-file browser.min.js",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/didww/didww-encrypt.git"
},
"keywords": [
"DIDWW",
"encryption"
],
"author": "Denis Talakevich",
"license": "MIT",
"bugs": {
"url": "https://github.com/didww/didww-encrypt/issues"
},
"homepage": "https://github.com/didww/didww-encrypt#readme",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"@babel/runtime": "^7.13.10"
}
}