UNPKG

@bookbox/preset-web

Version:
36 lines (35 loc) 840 B
{ "name": "@bookbox/preset-web", "version": "0.2.1", "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" }, "keywords": [ "bookbox" ], "author": "Alexandr Nikolaichev", "license": "MIT", "dependencies": { "@bookbox/core": "^0.3.0", "@bookbox/generator-js": "^0.2.0", "@bookbox/view-html": "^0.4.0" }, "devDependencies": { "typescript": "^5.6.3" } }