UNPKG

@vivliostyle/core

Version:

Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support

57 lines (56 loc) 1.89 kB
{ "name": "@vivliostyle/core", "description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support", "version": "2.1.0", "author": "Vivliostyle Foundation", "scripts": { "build": "microbundle --format cjs,umd --name Vivliostyle --define VIVLIOSTYLE_DEBUG=false", "build-dev": "microbundle --no-compress --format cjs --name Vivliostyle --define VIVLIOSTYLE_DEBUG=false", "clean": "shx rm -rf lib/* .cache", "dev": "yarn build-dev --watch", "format": "prettier --write \"{*.{js,md,json},{src,types,test,resources}/**/*.{ts,js,html}}\"", "lint": "eslint src --fix --ext .ts -f codeframe", "test": "yarn --cwd test install && yarn --cwd test test", "test-sauce": "yarn --cwd test install && yarn --cwd test test-sauce" }, "dependencies": { "fast-diff": "^1.2.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.5.0", "@typescript-eslint/parser": "^3.5.0", "eslint": "^7.3.1", "eslint-config-prettier": "^6.10.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.2", "microbundle": "^0.12.2", "shx": "^0.3.2", "typescript": "^3.8.3" }, "source": "src/vivliostyle.ts", "types": "lib/vivliostyle.d.ts", "main": "lib/vivliostyle.js", "module": "lib/vivliostyle.esm.js", "unpkg": "lib/vivliostyle.umd.js", "files": [ "lib", "resources" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/vivliostyle/vivliostyle.js.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/vivliostyle/vivliostyle.js/issues" }, "homepage": "https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/core", "keywords": [ "vivliostyle" ], "license": "AGPL-3.0", "gitHead": "57e20fef20d29c97732d7166dc1346f0c43120cd" }