-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 949 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
38
39
40
{
"name": "@here-wallet/promotion",
"version": "0.3.0",
"description": "Promotion toolkit for parthners of HERE wallet",
"source": "src/index.js",
"module": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"global": "dist/index.js",
"scripts": {
"build": "parcel build "
},
"targets": {
"global": {
"isLibrary": false,
"outputFormat": "global"
}
},
"browserslist": "> 5%",
"repository": {
"type": "git",
"url": "git+https://github.com/here-wallet/herepromotion.git"
},
"keywords": [
"here",
"promotion",
"herewallet",
"wallet"
],
"author": "here",
"license": "ISC",
"bugs": {
"url": "https://github.com/here-wallet/herepromotion/issues"
},
"homepage": "https://github.com/here-wallet/herepromotion#readme",
"devDependencies": {
"@parcel/optimizer-data-url": "^2.9.3",
"@parcel/transformer-inline-string": "^2.9.3",
"parcel": "^2.9.3"
}
}