-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
40
41
42
43
44
45
46
{
"name": "rollup-plugin-import-meta-resolve",
"version": "0.3.1",
"description": "Another Rollup resolver plugin",
"main": "rollup-plugin-import-meta-resolve.js",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "tsc -p .",
"lint": "eslint ."
},
"keywords": [
"node",
"resolve",
"rollup",
"plugin",
"import-meta-resolve"
],
"author": "Randolf J.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mathematic-inc/rollup-plugin-import-meta-resolve"
},
"peerDependencies": {
"rollup": ">=3.0.0"
},
"dependencies": {
"import-meta-resolve": "4.0.0"
},
"files": [
"rollup-plugin-import-meta-resolve.js",
"rollup-plugin-import-meta-resolve.d.ts",
"rollup-plugin-import-meta-resolve.d.ts.map"
],
"devDependencies": {
"@eslint/eslintrc": "3.0.2",
"@types/node": "20.11.28",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"typescript": "5.4.2"
}
}