forked from adearriba/ShopifyCheckoutJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 KB
/
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
{
"name": "@adearriba/shopify-checkout",
"version": "2.0.4",
"description": "A javascript library to help customize Shopify checkout page",
"main": "checkout.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp-build": "gulp build",
"npm-publish": "npm publish ./dist/npm-package",
"pub": "npm run gulp-build && npm run npm-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adearriba/ShopifyCheckoutJS.git"
},
"author": "adearriba",
"license": "MIT",
"bugs": {
"url": "https://github.com/adearriba/ShopifyCheckoutJS/issues"
},
"homepage": "https://github.com/adearriba/ShopifyCheckoutJS#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"eslint": "^7.20.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-rollup": "^2.17.0",
"gulp-uglify-es": "^2.0.0",
"rollup-plugin-multi-entry": "^2.1.0"
},
"dependencies": {
"babel-loader": "^8.2.2"
}
}