UNPKG

@bookbox/preset-web

Version:
41 lines (40 loc) 1.23 kB
{ "name": "@bookbox/preset-web", "version": "0.3.0", "description": "Bookbox web preset", "main": "build/cjs/index.js", "module": "build/esm/index.js", "types": "build/esm/index.d.ts", "files": [ "build", "README.md" ], "repository": { "type": "git", "url": "https://github.com/bookbox-format/bookbox.git", "directory": "packages/preset-web" }, "scripts": { "build-cjs": "tsc -p tsconfig-publish-cjs.json", "build-esm": "tsc -p tsconfig-publish-esm.json", "build": "npm run build-cjs; npm run build-esm", "listen-deps": "onchange -d 3000 'node_modules/@bookbox/core/dist/index.js' 'node_modules/@bookbox/generator-js/build/esm/index.js' 'node_modules/@bookbox/view-html/build/esm/index.js' --no-exclude -- npm run build", "listen-code": "onchange -d 3000 'src/**/*' -- npm run build" }, "keywords": [ "bookbox" ], "author": "Alexandr Nikolaichev", "license": "MIT", "dependencies": { "@bookbox/core": "^0.4.0", "@bookbox/generator-js": "^0.3.0", "@bookbox/generator-bbm": "^0.1.0", "@bookbox/view-html": "^0.5.0", "@bookbox/markup": "^0.5.0" }, "devDependencies": { "onchange": "^7.1.0", "typescript": "^5.8.3" } }