UNPKG

1.88 kBJSONView Raw
1{
2 "name": "@vivliostyle/core",
3 "description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
4 "version": "2.27.0",
5 "author": "Vivliostyle Foundation",
6 "scripts": {
7 "build": "microbundle --format cjs --define VIVLIOSTYLE_DEBUG=false",
8 "build-dev": "microbundle --no-compress --format cjs --define VIVLIOSTYLE_DEBUG=true",
9 "clean": "shx rm -rf lib/* .cache",
10 "dev": "yarn build-dev --watch",
11 "format": "prettier --write \"{*.{js,md,json},{src,types,test,resources}/**/*.{ts,js}}\"",
12 "lint": "eslint src --fix --ext .ts -f codeframe",
13 "test": "yarn --cwd test install && yarn --cwd test test",
14 "test-sauce": "yarn --cwd test install && yarn --cwd test test-sauce"
15 },
16 "dependencies": {
17 "fast-diff": "^1.2.0"
18 },
19 "devDependencies": {
20 "@typescript-eslint/eslint-plugin": "^5.9.1",
21 "@typescript-eslint/parser": "^5.9.1",
22 "esbuild": "^0.14.11",
23 "eslint": "^8.7.0",
24 "eslint-config-prettier": "^8.1.0",
25 "eslint-formatter-codeframe": "^7.32.1",
26 "eslint-plugin-import": "^2.20.2",
27 "eslint-plugin-prettier": "^4.0.0",
28 "microbundle": "^0.15.1",
29 "shx": "^0.3.2",
30 "typescript": "^5.0.4"
31 },
32 "source": "src/vivliostyle.ts",
33 "types": "lib/vivliostyle.d.ts",
34 "main": "lib/vivliostyle.js",
35 "files": [
36 "lib",
37 "resources"
38 ],
39 "publishConfig": {
40 "access": "public"
41 },
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/vivliostyle/vivliostyle.js.git",
45 "directory": "packages/core"
46 },
47 "bugs": {
48 "url": "https://github.com/vivliostyle/vivliostyle.js/issues"
49 },
50 "homepage": "https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/core",
51 "keywords": [
52 "vivliostyle"
53 ],
54 "license": "AGPL-3.0",
55 "engines": {
56 "node": ">=14"
57 },
58 "gitHead": "9e3e116c21cf7c28a73d899375975f3ec91f28db"
59}