{
    "name": "@framerjs/build-library",
    "version": "4.6.0",
    "description": "Build library for Framer projects",
    "license": "UNLICENSED",
    "author": "Framer",
    "main": "build/index.js",
    "files": [
        "build"
    ],
    "scripts": {
        "prebuild": "rm -rf build/*",
        "build": "tsc",
        "clean": "rm -rf build",
        "dev": "tsc -w",
        "reset": "rm -rf node_modules ./build",
        "start": "build/index.js",
        "pretest": "tsc --target es2018 --moduleResolution node --esModuleInterop true --module commonjs src/Compiler/loaders/*.ts src/Compiler/loaders/design-dependencies-loader/*.ts",
        "test": "jest",
        "pretest-ci": "yarn pretest",
        "test-ci": "jest --ci",
        "test-watch": "jest --watchAll --runInBand --colors",
        "type-check": "tsc --noEmit"
    },
    "dependencies": {
        "@yarnpkg/lockfile": "^1.1.0",
        "css-loader": "^4.2.1",
        "debug": "^4.1.1",
        "extract-zip": "^2.0.0",
        "fs-extra": "^8.1.0",
        "ini": "^2.0.0",
        "memory-fs": "^0.5.0",
        "react": "16.12.0",
        "react-dom": "16.12.0",
        "resolve-pkg": "^2.0.0",
        "split": "^1.0.1",
        "style-loader": "^1.2.1",
        "ts-loader": "8.0.8",
        "typescript": "^3.6.3",
        "uuid": "^3.3.3",
        "webpack": "^4.41.2",
        "webpack-sources": "^1.4.3",
        "webpack-virtual-modules": "^0.2.0"
    },
    "peerDependencies": {
        "newrelic": "^6.10.0",
        "yarn": "^1.22.0"
    },
    "devDependencies": {
        "@types/debug": "4.1.5",
        "@types/fs-extra": "8.1.0",
        "@types/ini": "1.3.30",
        "@types/jest": "25.1.0",
        "@types/memory-fs": "0.3.2",
        "@types/newrelic": "6.4.0",
        "@types/node": "14.14.28",
        "@types/react": "16.9.14",
        "@types/react-dom": "16.9.7",
        "@types/resolve-pkg": "2.0.0",
        "@types/semver": "^7.1.0",
        "@types/split": "1.0.0",
        "@types/uuid": "3.4.9",
        "@types/webpack": "4.39.8",
        "@types/webpack-sources": "0.1.7",
        "@types/webpack-virtual-modules": "0.1.0",
        "@types/yarnpkg__lockfile": "1.1.3",
        "glob-all": "3.2.1",
        "ts-jest": "25.0.0",
        "typescript-parser": "2.6.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "38fea99a7019a3c9fcb680fc4f516acedb723a29"
}
