UNPKG

snowpack

Version:

The ESM-powered frontend build tool. Fast, lightweight, unbundled.

110 lines (109 loc) 2.65 kB
{ "name": "snowpack", "version": "3.8.0", "description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.", "author": "Fred K. Schott <fkschott@gmail.com>", "license": "MIT", "keywords": [ "bundle", "build", "build tool", "web", "esm", "esbuild", "wasm" ], "repository": { "type": "git", "url": "https://github.com/snowpackjs/snowpack.git" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --noUnusedLocals false --noUnusedParameters false && tsc -p tsconfig.cjs.json", "build:watch": "tsc --watch -p tsconfig.cjs.json", "lint": "tsc --noEmit" }, "engines": { "node": ">=10.19.0" }, "types": "./lib/cjs/index.d.ts", "main": "./lib/cjs/index.js", "exports": { ".": { "esm": "./lib/cjs/index.js", "node": "./lib/cjs/index.js", "require": "./lib/cjs/index.js", "default": "./lib/esm/index.js" }, "./assets": "./assets/*", "./*": "./*" }, "bin": { "sp": "./index.bin.js", "snowpack": "./index.bin.js" }, "files": [ "assets", "lib", "index.bin.js" ], "dependencies": { "@npmcli/arborist": "^2.6.4", "bufferutil": "^4.0.2", "cachedir": "^2.3.0", "cheerio": "1.0.0-rc.10", "chokidar": "^3.4.0", "cli-spinners": "^2.5.0", "compressible": "^2.0.18", "cosmiconfig": "^7.0.0", "deepmerge": "^4.2.2", "default-browser-id": "^2.0.0", "detect-port": "^1.3.0", "es-module-lexer": "^0.3.24", "esbuild": "~0.9.0", "esinstall": "^1.0.0", "estree-walker": "^2.0.2", "etag": "^1.8.1", "execa": "^5.1.1", "fdir": "^5.0.0", "find-cache-dir": "^3.3.1", "find-up": "^5.0.0", "glob": "^7.1.7", "httpie": "^1.1.2", "is-plain-object": "^5.0.0", "is-reference": "^1.2.1", "isbinaryfile": "^4.0.6", "jsonschema": "~1.2.5", "kleur": "^4.1.1", "meriyah": "^3.1.6", "mime-types": "^2.1.26", "mkdirp": "^1.0.3", "npm-run-path": "^4.0.1", "open": "^8.2.1", "pacote": "^11.3.4", "periscopic": "^2.0.3", "picomatch": "^2.3.0", "postcss": "^8.3.5", "postcss-modules": "^4.0.0", "resolve": "^1.20.0", "resolve-from": "^5.0.0", "rimraf": "^3.0.0", "rollup": "~2.37.1", "signal-exit": "^3.0.3", "skypack": "^0.3.0", "source-map": "^0.7.3", "strip-ansi": "^6.0.0", "strip-comments": "^2.0.1", "utf-8-validate": "^5.0.3", "ws": "^7.3.0", "yargs-parser": "^20.0.0" }, "devDependencies": { "@types/cheerio": "^0.22.29" }, "optionalDependencies": { "fsevents": "^2.3.2" } }