{
  "name": "smooshpack",
  "version": "1.0.0-beta-5",
  "description": "",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/codesandbox/sandpack"
  },
  "license": "GPL-2.0",
  "author": "CodeSandbox",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "esm/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rimraf dist && rimraf esm",
    "build": "yarn build:cjs && yarn build:esm",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "build:publish": "yarn build && rimraf sandpack && gulp copy-sandbox",
    "start": "tsc -p tsconfig.esm.json --watch"
  },
  "files": [
    "dist",
    "esm",
    "sandpack",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "codesandbox-import-utils": "^1.2.3",
    "lodash.isequal": "^4.5.0"
  },
  "devDependencies": {
    "@types/lodash.isequal": "^4.5.2",
    "@types/node": "^9.3.0",
    "babel-loader": "^7.1.5",
    "core-js": "^3.7.0",
    "cross-env": "^5.0.1",
    "gulp": "^3.9.1",
    "regenerator-runtime": "^0.13.7",
    "rimraf": "^2.6.2",
    "ts-node": "^4.1.0",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.1.0",
    "tslint-config-standard": "^7.0.0",
    "typescript": "4.0.3"
  }
}
