12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "@persagy-web/draw",
- "version": "2.2.17",
- "description": "博锐尚格绘制引擎。",
- "main": "lib/index.js",
- "types": "lib/index.d.js",
- "scripts": {
- "build": "tsc",
- "publish": "npm publish",
- "lint": "eslint src/**/*.{js,ts,tsx}",
- "test": "jest",
- "test-c": "jest --coverage",
- "typedoc": "typedoc --hideGenerator src ../persagy-web-base/src"
- },
- "keywords": [
- "draw"
- ],
- "author": "庞利祥 <sybotan@126.com>",
- "license": "ISC",
- "publishConfig": {
- "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^1.12.0",
- "@typescript-eslint/parser": "^1.12.0",
- "eslint": "^6.0.1",
- "eslint-config-prettier": "^6.0.0",
- "eslint-plugin-prettier": "^3.1.0",
- "node-ssh": "^6.0.0",
- "prettier": "^1.18.2",
- "@types/jest": "^24.0.15",
- "jest": "^26.6.3",
- "ts-jest": "^26.5.0",
- "jest-canvas-mock": "^2.1.0",
- "typescript": "^3.5.3"
- },
- "dependencies": {
- "@persagy-web/base": "2.2.2"
- },
- "jest": {
- "setupFiles": [
- "./__setups__/canvas.js",
- "jest-canvas-mock"
- ]
- }
- }
|