UNPKG

2 kBJSONView Raw
1{
2 "name": "@builder.io/sdk",
3 "version": "1.1.15",
4 "unpkg": "./dist/index.browser.js",
5 "main": "./dist/index.cjs.js",
6 "module": "./dist/index.esm.js",
7 "types": "./dist/index.d.ts",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/BuilderIO/builder"
11 },
12 "license": "MIT",
13 "scripts": {
14 "_unlink": "npm unlink *",
15 "_install": "npm install",
16 "build": "npm run tsc && rollup -c",
17 "watch": "rollup -cw",
18 "start": "npm run watch",
19 "tsc": "tsc --module commonjs",
20 "release": "npm run build && ALLOW_PUBLISH=true npm publish",
21 "release:patch": "npm run build && npm version patch && ALLOW_PUBLISH=true npm publish",
22 "release:patch:nightly": "npm run build && npm version patch && ALLOW_PUBLISH=true npm publish",
23 "release:dev": "npm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag dev",
24 "prepublishOnly": "block-publish"
25 },
26 "devDependencies": {
27 "@builder.io/block-publish": "^1.1.2",
28 "@medv/finder": "^1.1.1",
29 "@types/axios": "^0.14.0",
30 "@types/es6-promise": "^3.3.0",
31 "@types/js-cookie": "^2.1.0",
32 "@types/json-stable-stringify": "^1.0.32",
33 "@types/node": "^9.4.6",
34 "@types/node-fetch": "^1.6.7",
35 "@types/qs": "^6.5.1",
36 "@types/query-string": "^5.0.1",
37 "@types/ua-parser-js": "^0.7.32",
38 "@types/virtual-dom": "^2.0.27",
39 "rollup": "^0.58.2",
40 "rollup-plugin-alias": "^1.4.0",
41 "rollup-plugin-commonjs": "^9.1.3",
42 "rollup-plugin-json": "^3.0.0",
43 "rollup-plugin-node-builtins": "^2.1.2",
44 "rollup-plugin-node-globals": "^1.3.0",
45 "rollup-plugin-node-resolve": "^3.3.0",
46 "rollup-plugin-sourcemaps": "^0.4.2",
47 "rollup-plugin-typescript": "^0.8.1",
48 "rollup-plugin-typescript2": "^0.13.0",
49 "rollup-plugin-uglify": "^3.0.0",
50 "typescript": "^3.8.3"
51 },
52 "dependencies": {
53 "node-fetch": "^2.2.0",
54 "tslib": "^1.10.0"
55 },
56 "gitHead": "c6b76199ba73b894c68d1b4dfe3e7f17536167a0"
57}