package.json (311B)
1 { 2 "description": "An example fixture used for testing sourcemaps with the ignorelist", 3 "main": "bundle.js", 4 "author": "Hubert B Manilla <hmanilla@mozilla.com>", 5 "license": "MIT", 6 "type": "module", 7 "scripts": { 8 "build": "rollup --config" 9 }, 10 "devDependencies": { 11 "rollup": "^3.20.2" 12 } 13 }