-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
40
41
42
43
44
45
{
"name": "browsery",
"description": "Browser compatible Node modules",
"private": true,
"version": "1.0.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/panates/browsery.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "rimraf build coverage && rman run clean",
"format": "prettier . --write --log-level=warn",
"build": "rman build"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@eslint/eslintrc": "^3.1.0",
"@panates/eslint-config": "^1.0.21",
"@rollup-extras/plugin-clean": "^1.3.9",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-strip": "^3.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.7",
"ansi-colors": "^4.1.3",
"babel-plugin-transform-commonjs": "^1.1.6",
"fast-glob": "^3.3.2",
"node-stream-zip": "^1.15.0",
"prettier": "^3.3.3",
"putil-merge": "^3.13.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.4",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-filesize": "^10.0.0",
"to-esm": "^2.27.3"
}
}