forked from remorses/esbuild-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 KB
/
package.json
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
34
35
36
37
38
39
{
"name": "esbuild-plugins",
"scripts": {
"test": "NODE_ENV=test jest",
"watch": "ultra -r watch",
"publ": "yarn changeset version && yarn changeset publish",
"build": "ultra --build -r build",
"release": "yarn build && changeset publish"
},
"workspaces": {
"packages": [
"node-resolve",
"esm-externals",
"node-modules-polyfill",
"node-globals-polyfill",
"html",
"test-support",
"tsconfig-paths",
"all"
]
},
"devDependencies": {
"@changesets/cli": "^2.12.0",
"@jest/types": "^26.6.2",
"@sucrase/jest-plugin": "^2.0.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.10",
"esbuild": "^0.17.4",
"esbuild-register": "^1.2.1",
"jest": "^26.6.3",
"typescript": "^4.1.2",
"ultra-runner": "^3.6.0"
},
"private": true,
"repository": "https://github.com/remorses/esbuild-plugins.git",
"author": "remorses <[email protected]>",
"license": "MIT",
"version": "0.0.0"
}