@jspm/import-map
Version:
Package Import Map Utility
41 lines (40 loc) • 854 B
JSON
{
"name": "@jspm/import-map",
"description": "Package Import Map Utility",
"license": "MIT",
"version": "1.1.0",
"types": "lib/map.d.ts",
"type": "module",
"exports": {
".": {
"types": "./lib/map.d.ts",
"source": "./lib/map.js",
"default": "./dist/map.js"
}
},
"files": [
"src",
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jspm/import-map.git"
},
"keywords": [
"jspm",
"import maps",
"es modules"
],
"author": "Guy Bedford",
"bugs": {
"url": "https://github.com/jspm/import-map/issues"
},
"homepage": "https://github.com/jspm/import-map#readme",
"devDependencies": {
"@swc/cli": "^0.1.65",
"@swc/core": "^1.4.8",
"rollup": "^2.79.1",
"typescript": "^4.9.5"
}
}