{
	"name": "@feidao-factory/atom-desktop",
	"version": "5.1.201902201757",
	"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 lint && npm run copy-files && npm run compile"
	},
	"repository": {
		"type": "git",
		"url": "https://gitee.com/feidao-factory/atom-desktop"
	},
	"keywords": [
		"feidao",
		"atom",
		"飞道",
		"原子操作",
		"ai"
	],
	"author": {
		"name": "taoqf",
		"email": "tao_qiufeng@126.com",
		"url": "http://www.ifeidao.com/"
	},
	"maintainers": [],
	"license": "MIT",
	"devDependencies": {
		"@feidao-factory/animation": "5.0.201812261403",
		"@feidao-factory/core": "5.1.201902201350",
		"@feidao-factory/send-msg": "5.1.201902201356",
		"@types/uuid": "3.4.4",
		"@types/watch": "1.0.0",
		"@types/dot": "1.1.3",
		"ava": "1.2.1",
		"cp-cli": "2.0.0",
		"del-cli": "1.1.0",
		"electron": "4.0.5",
		"tslint": "5.12.1",
		"typedoc": "0.14.2",
		"typedoc-plugin-markdown": "1.1.26",
		"typescript": "3.3.3",
		"uuid": "3.3.2",
		"watch": "1.0.2"
	}
}
