@velcro/bundler
Version:
Build a module graph of modules and serialize these to different formats
62 lines (61 loc) • 1.71 kB
JSON
{
"name": "@velcro/bundler",
"version": "0.56.2",
"description": "Build a module graph of modules and serialize these to different formats",
"keywords": [
"velcro",
"resolve",
"npm",
"resolution",
"module",
"browser",
"unpkg"
],
"author": "Geoff Goodman <ggoodman@gmail.com>",
"homepage": "https://github.com/ggoodman/velcro",
"license": "MIT",
"browser": "./dist/dist-browser/index.js",
"main": "./dist/dist-main/index.js",
"module": "./dist/dist-module/index.js",
"unpkg": "./dist/dist-unpkg/index.min.js",
"types": "./dist/dist-main/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@github.com:ggoodman/velcro.git"
},
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --watch",
"build:api": "api-extractor run --local -c ./api-extractor.json",
"build:readme": "cat README.md | sed \"s~tree/.*/docs~tree/v$(jq -r .version package.json)/docs~g\" > README.md",
"preversion": "npm run build",
"version": "npm run build:api || : && npm run build:readme"
},
"prettier": {
"printWidth": 100,
"singleQuote": true
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.27",
"@microsoft/api-extractor": "^7.9.5",
"@types/estree": "^0.0.44",
"@types/jest": "^25.2.2",
"rollup": "^2.26.3",
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.56.2",
"@velcro/node-libs": "^0.56.2",
"@velcro/resolver": "^0.56.2",
"@velcro/runtime": "^0.56.2",
"acorn": "^7.2.0",
"magic-string": "^0.25.7"
},
"gitHead": "119090915cf2c484524e8dba7538202cbe2ddcce"
}