@vivliostyle/core
Version:
Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support
63 lines (62 loc) • 2.15 kB
JSON
{
"name": "@vivliostyle/core",
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
"version": "2.40.0",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "tsc --emitDeclarationOnly && esbuild src/vivliostyle.ts --bundle --outfile=lib/vivliostyle.js --format=cjs --define:VIVLIOSTYLE_DEBUG=false --minify --sourcemap --target=es2018",
"build-dev": "tsc --emitDeclarationOnly && esbuild src/vivliostyle.ts --bundle --outfile=lib/vivliostyle.js --format=cjs --define:VIVLIOSTYLE_DEBUG=true --sourcemap --target=es2018",
"clean": "shx rm -rf lib/* .cache",
"dev": "yarn build-dev --watch=forever",
"format": "prettier --write \"{*.{js,md,json},{src,types,test,resources}/**/*.{ts,js}}\"",
"lint": "eslint src --fix -f codeframe",
"test": "yarn --cwd test install && yarn --cwd test test"
},
"dependencies": {
"fast-diff": "^1.2.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"esbuild": "^0.25.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"shx": "^0.3.2",
"typescript": "^5.0.4",
"typescript-eslint": "^8.14.0"
},
"source": "src/vivliostyle.ts",
"types": "lib/vivliostyle.d.ts",
"main": "lib/vivliostyle.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",
"engines": {
"node": ">=20"
},
"gitHead": "621b130c8638fb4f3aa01a2e804c5fc40ef09bfa"
}