UNPKG

jspm

Version:

Import Map Package Manager

42 lines (41 loc) 925 B
{ "name": "jspm", "type": "module", "version": "4.4.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.11.0", "@jspm/plugin-rollup": "^1.2.4", "ora": "^8.2.0", "picocolors": "^1.1.1" }, "devDependencies": { "@antfu/eslint-config": "^0.34.2", "@types/node": "^18.15.11", "amaro": "^0.5.3", "cac": "^6.7.14", "esbuild": "^0.16.17", "eslint": "^9.34.0", "eslint-config-prettier": "^8.8.0", "mime": "^4.0.7", "minimatch": "^10.0.1", "open": "^10.1.2", "prettier": "^2.8.7", "rollup": "^3.29.5", "tinyspy": "^1.1.1", "typescript": "^4.9.5" } }