summaryrefslogtreecommitdiff
path: root/node_modules/@esbuild-plugins/node-modules-polyfill/package.json
blob: d9a6e41b1074c473ba4cababe8e805b0f43e3fcd (plain)
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
{
    "name": "@esbuild-plugins/node-modules-polyfill",
    "version": "0.2.2",
    "description": "",
    "main": "dist/index.js",
    "module": "esm/index.js",
    "types": "dist/index.d.ts",
    "repository": "https://github.com/remorses/esbuild-plugins.git",
    "scripts": {
        "build": "tsc && tsc -m es6 --outDir esm",
        "watch": "tsc -w"
    },
    "files": [
        "dist",
        "src",
        "esm"
    ],
    "keywords": [],
    "author": "Tommaso De Rossi, morse <beats.by.morse@gmail.com>",
    "license": "ISC",
    "devDependencies": {
        "safe-buffer": "^5.2.1",
        "test-support": "*",
        "@esbuild-plugins/node-globals-polyfill": "*"
    },
    "dependencies": {
        "escape-string-regexp": "^4.0.0",
        "rollup-plugin-node-polyfills": "^0.2.1"
    },
    "peerDependencies": {
        "esbuild": "*"
    }
}