{
	"name": "@feidao-factory/atom",
	"version": "5.0.201901191435",
	"description": "原子操作",
	"nyc": {
		"exclude": [],
		"reporter": [
			"lcov",
			"text-summary"
		],
		"cache": true
	},
	"ava": {
		"match": []
	},
	"scripts": {
		"test": "tsc -w",
		"doc": "typedoc --options ./typedoc.json",
		"lint": "tslint -p tsconfig.json",
		"compile:cjs": "tsc -m commonjs",
		"compile:umd": "tsc -m umd --declaration false --outDir ./dist/umd/",
		"copy-files": "cp-cli ./package.json ./dist/package.json && cp-cli ./README.md ./dist/README.md",
		"clean": "del-cli ./dist/",
		"unittest": "ava ./tests/**/*.test.js",
		"coverage": "rm -rf ./coverage/ ./dist/ && npm run unittest && nyc --report-dir ./coverage/ npm test",
		"compile": "npm run compile:cjs & npm run compile:umd",
		"build": "npm run clean && npm run lint && npm run copy-files && npm run compile"
	},
	"repository": {
		"type": "git",
		"url": "git@gitee.com:feidao-factory/feidao-web.git"
	},
	"keywords": [
		"feidao",
		"atom",
		"飞道",
		"原子操作",
		"ai"
	],
	"author": {
		"name": "taoqf",
		"email": "tao_qiufeng@126.com",
		"url": "http://www.ifeidao.com/"
	},
	"maintainers": [],
	"license": "MIT",
	"dependencies": {
		"@feidao-factory/animation": "5.0.201812261403",
		"@feidao-factory/core": "5.1.201812261325",
		"@feidao-factory/send-msg": "5.0.201901171820",
		"date-fns": "1.30.1",
		"redis": "2.8.0"
	},
	"devDependencies": {
		"@souct/rmb-x": "1.0.4",
		"@taoqf/javascript-state-machine": "3.1.3",
		"@types/ali-app": "1.0.0",
		"@types/dateformat": "3.0.0",
		"@types/dot": "1.1.2",
		"@types/jsreport-html-embedded-in-docx": "1.0.0",
		"@types/jsreport-html-to-xlsx": "2.0.0",
		"@types/jsreport-phantom-pdf": "1.4.0",
		"@types/jsreport-xlsx": "1.4.0",
		"@types/mathjs": "4.4.4",
		"@types/redis": "2.8.10",
		"@types/uuid": "3.4.4",
		"@types/watch": "1.0.0",
		"@types/weixin-app": "2.2.21",
		"@types/xml2js": "0.4.3",
		"@types/yazl": "2.4.1",
		"@webcomponents/webcomponentsjs": "2.2.4",
		"ava": "1.1.0",
		"browser-env": "3.2.5",
		"cp-cli": "1.1.2",
		"csvtojson": "2.0.8",
		"dask": "1.0.201803221328",
		"dateformat": "3.0.3",
		"del-cli": "1.1.0",
		"dot": "1.1.2",
		"electron": "4.0.1",
		"inline-source": "6.1.8",
		"jsreport-core": "2.3.3",
		"jsreport-html-embedded-in-docx": "1.0.1",
		"jsreport-html-to-xlsx": "2.1.3",
		"jsreport-phantom-pdf": "2.1.4",
		"jsreport-xlsx": "2.0.9",
		"linq": "3.1.1",
		"log4js": "3.0.6",
		"mathjs": "5.4.1",
		"mqtt": "2.18.8",
		"node-html-parser": "1.1.11",
		"nools-ts": "2.3.7",
		"svg-captcha": "1.3.12",
		"tencent-wx-jssdk": "1.4.0-201811101109",
		"tslint": "5.12.1",
		"typedoc": "0.14.2",
		"typedoc-plugin-markdown": "1.1.21",
		"typescript": "3.2.4",
		"webpack": "4.28.4",
		"webpack-stream": "5.2.1",
		"xlsx": "0.14.1",
		"xml2js": "0.4.19",
		"yazl": "2.5.1"
	}
}
