forked from node-loader/import-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 935 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 935 Bytes
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
{
"name": "@node-loader/import-maps",
"version": "2.0.0",
"description": "A nodejs loader for import maps",
"type": "module",
"main": "lib/node-import-map-loader.js",
"scripts": {
"test": "node --import ./test/register-hooks.js ./test/run-tests.js",
"prepare": "husky",
"check-format": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-loader/import-maps.git"
},
"engines": {
"node": ">=20"
},
"author": "Jolyn",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-loader/import-maps/issues"
},
"homepage": "https://github.com/node-loader/import-maps#readme",
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@10.18.3",
"devDependencies": {
"heeler": "^4.0.4",
"husky": "^9.1.7",
"left-pad": "^1.3.0",
"mocha": "^11.7.2",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2"
}
}