-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
35
36
37
{
"name": "veres-one-context",
"version": "12.0.1-0",
"description": "Veres One Contexts",
"main": "lib",
"module": "./dist/module.js",
"files": [
"contexts",
"dist/module.js",
"lib/constants.js",
"lib/index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/veres-one/veres-one-context.git"
},
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/veres-one/veres-one-context/issues"
},
"homepage": "https://github.com/veres-one/veres-one-context",
"devDependencies": {
"json-loader": "^0.5.7",
"rollup": "^1.11.3",
"rollup-plugin-commonjs": "^9.3.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2"
},
"scripts": {
"prepare": "npm run build",
"build": "webpack && rollup -c"
}
}