UNPKG

importly

Version:
57 lines (56 loc) 1.21 kB
{ "name": "importly", "version": "0.2.3", "description": "importly generates import maps", "license": "ISC", "type": "module", "files": [ "x", "s" ], "bin": { "importly": "x/cli.js" }, "scripts": { "build": "run-s clean compile-typescript permissions", "clean": "rm -rf x", "compile-typescript": "tsc", "permissions": "chmod +x x/cli.js", "watch": "npm run -s compile-typescript -- -w", "test": "node x/cli.js < package-lock.json > x/importmap.example.json", "start": "serve" }, "dependencies": { "axios": "^1.6.0", "json5": "^2.2.3", "meow": "^12.1.1" }, "devDependencies": { "@types/node": "^20.8.10", "npm-run-all": "^4.1.5", "serve": "^14.2.1", "typescript": "^5.2.2" }, "author": "Chase Moskal <chasemoskal@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/chase-moskal/importly.git" }, "bugs": { "url": "https://github.com/chase-moskal/importly/issues" }, "homepage": "https://github.com/chase-moskal/importly#readme", "keywords": [ "importmap", "importmaps", "import-map", "import-maps", "es-modules", "esm", "modules", "loader", "generator", "impotmap-generator", "import-map-generator" ] }