UNPKG

font-spider-webpack-plugin

Version:
70 lines (69 loc) 1.86 kB
{ "name": "font-spider-webpack-plugin", "description": "Font-spider webpack plugin", "version": "1.0.2", "main": "dist/cjs/main.js", "module": "dist/es/main.js", "types": "dist/es/main.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\"", "lint": "lint-staged", "build": "rm -rf dist && rollup -c", "prepare": "husky install", "release": "standard-version" }, "keywords": [ "font-spider", "webpack", "plugin" ], "author": { "name": "Eric Tian", "url": "https://github.com/tianxing0923", "email": "tianxing0923@qq.com" }, "repository": { "type": "git", "url": "https://github.com/tianxing0923/font-spider-webpack-plugin.git" }, "bugs": { "url": "https://github.com/tianxing0923/font-spider-webpack-plugin/issues", "email": "tianxing0923@qq.com" }, "homepage": "https://github.com/tianxing0923/font-spider-webpack-plugin#readme", "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "devDependencies": { "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", "@rollup/plugin-typescript": "^8.3.0", "@types/estree": "^0.0.50", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.4", "lint-staged": "^12.1.2", "prettier": "^2.5.1", "rollup": "^2.61.1", "standard-version": "^9.3.2", "tslib": "^2.3.1", "typescript": "^4.5.4" }, "peerDependencies": { "font-spider": "^1.3.5", "webpack": "^4.0.0 || ^5.0.0" }, "dependencies": { "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", "schema-utils": "^3.1.1" } }