@vivliostyle/core
Version:
Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support
60 lines (59 loc) • 1.88 kB
JSON
{
"name": "@vivliostyle/core",
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
"version": "2.21.1",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false",
"build-dev": "microbundle --no-compress --format cjs --define VIVLIOSTYLE_DEBUG=true",
"clean": "shx rm -rf lib/* .cache",
"dev": "yarn build-dev --watch",
"format": "prettier --write \"{*.{js,md,json},{src,types,test,resources}/**/*.{ts,js}}\"",
"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": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"esbuild": "^0.14.11",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^4.0.0",
"microbundle": "^0.14.2",
"shx": "^0.3.2",
"typescript": "^4.0.3"
},
"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": ">=12"
},
"gitHead": "522a8a1a581fd8678d6e575aad930a7fe8ff57b3"
}