{
	"name": "mina-painter",
	"version": "2.2.5",
	"description": "一个小程序图片生成库，轻松通过 json 方式绘制一张可以发到朋友圈的图片",
	"author": "kujiale-mobile",
	"homepage": "https://github.com/Kujiale-Mobile/Painter#readme",
	"license": "MIT",
	"main": "dist/index.js",
	"types": "types/index.d.ts",
	"keywords": [
		"Painter",
		"taro"
	],
	"files": [
		"dist",
		"types"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Kujiale-Mobile/Painter.git"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"bugs": {
		"url": "https://github.com/Kujiale-Mobile/Painter/issues"
	},
	"scripts": {
		"build:ui": "TARO_BUILD_TYPE=ui taro build --ui",
		"build:types": "node node_modules/typescript/lib/tsc.js -b ./tsconfig.json",
		"build": "npm run build:ui && npm run build:types",
		"publish:alpha": "npm publish --tag alpha"
	},
	"dependencies": {
		"@tarojs/components": "2.2.15",
		"@tarojs/components-qa": "2.2.15",
		"@tarojs/router": "2.2.15",
		"@tarojs/taro": "2.2.15",
		"@tarojs/taro-alipay": "2.2.15",
		"@tarojs/taro-h5": "2.2.15",
		"@tarojs/taro-qq": "2.2.15",
		"@tarojs/taro-quickapp": "2.2.15",
		"@tarojs/taro-rn": "2.2.15",
		"@tarojs/taro-swan": "2.2.15",
		"@tarojs/taro-tt": "2.2.15",
		"@tarojs/taro-weapp": "2.2.15",
		"babel-runtime": "^6.26.0",
		"nerv-devtools": "^1.5.7",
		"nervjs": "^1.5.7",
		"painter-kernel": "^1.0.4",
		"regenerator-runtime": "0.11.1"
	},
	"devDependencies": {
		"@tarojs/mini-runner": "2.2.15",
		"@tarojs/plugin-terser": "2.2.15",
		"@tarojs/webpack-runner": "2.2.15",
		"@types/react": "^16.4.6",
		"@types/webpack-env": "^1.13.6",
		"@typescript-eslint/eslint-plugin": "^2.13.0",
		"@typescript-eslint/parser": "^2.13.0",
		"babel-eslint": "^8.2.3",
		"babel-plugin-transform-class-properties": "^6.24.1",
		"babel-plugin-transform-decorators-legacy": "^1.3.4",
		"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
		"babel-plugin-transform-object-rest-spread": "^6.26.0",
		"babel-plugin-transform-runtime": "^6.23.0",
		"babel-preset-env": "^1.6.1",
		"eslint": "^5.16.0",
		"eslint-config-taro": "2.2.15",
		"eslint-plugin-import": "^2.12.0",
		"eslint-plugin-react": "^7.8.2",
		"eslint-plugin-react-hooks": "^1.6.1",
		"eslint-plugin-taro": "2.2.15",
		"stylelint": "9.3.0",
		"stylelint-config-taro-rn": "2.2.15",
		"stylelint-taro-rn": "2.2.15",
		"typescript": "^3.0.1"
	}
}
