UNPKG

jspm

Version:

Import Map Package Manager

42 lines (41 loc) 923 B
{ "name": "jspm", "type": "module", "version": "4.5.0", "description": "Import Map Package Manager", "license": "Apache-2.0", "bin": { "jspm": "./dist/jspm.js" }, "files": [ "assets", "dist" ], "scripts": { "build": "chomp build", "test": "chomp test" }, "dependencies": { "@babel/core": "^7.24.7", "@jspm/generator": "^2.16.0", "@jspm/plugin-rollup": "^3.0.0", "ora": "^9.4.0", "picocolors": "^1.1.1" }, "devDependencies": { "@antfu/eslint-config": "^9.0.0", "@types/node": "^18.15.11", "amaro": "^1.1.9", "cac": "^7.0.0", "esbuild": "^0.28.0", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "mime": "^4.0.7", "minimatch": "^10.0.1", "open": "^10.1.2", "prettier": "^3.8.3", "rollup": "^4.60.4", "tinyspy": "^4.0.4", "typescript": "^5.9.3" } }