UNPKG

1.41 kBJSONView Raw
1{
2 "name": "@builder.io/shopify",
3 "version": "1.0.29",
4 "browser": "./dist/index.umd.min.js",
5 "main": "./dist/index.cjs.js",
6 "module": "./dist/index.esm.js",
7 "types": "./dist/index.d.ts",
8 "scripts": {
9 "build": "tsc --module commonjs && rollup -c",
10 "watch": "rollup -w",
11 "release": "npm run build && npm publish",
12 "release:patch": "npm run build && npm version patch && npm publish",
13 "release:patch:nightly": "npm run build && npm version patch && npm publish",
14 "release:prerelease:nightly": "npm run build && npm version prerelease --no-git-tag-version && npm publish --tag nightly"
15 },
16 "devDependencies": {
17 "@types/dedent": "^0.7.0",
18 "@types/lodash-es": "^4.17.1",
19 "@types/node": "^9.4.6",
20 "rollup": "^0.58.2",
21 "rollup-plugin-alias": "^1.4.0",
22 "rollup-plugin-commonjs": "^9.1.3",
23 "rollup-plugin-json": "^3.0.0",
24 "rollup-plugin-node-builtins": "^2.1.2",
25 "rollup-plugin-node-globals": "^1.3.0",
26 "rollup-plugin-node-resolve": "^3.3.0",
27 "rollup-plugin-sourcemaps": "^0.4.2",
28 "rollup-plugin-typescript": "^0.8.1",
29 "rollup-plugin-typescript2": "^0.13.0",
30 "rollup-plugin-uglify": "^3.0.0",
31 "typescript": "^3.1.6"
32 },
33 "dependencies": {
34 "@builder.io/sdk": "^1.0.20",
35 "dedent": "^0.7.0",
36 "lodash-es": "^4.17.11",
37 "node-fetch": "^2.2.0"
38 },
39 "gitHead": "0d5b25b700344c77dcf28ad576595f6ba7c155be"
40}