{
	"name": "@renoirb/conventions-use-bili",
	"version": "1.3.2-SNAPSHOT.1",
	"description": "Reusable Babel,Rollup configs leveraging https://github.com/egoist/bili",
	"homepage": "https://github.com/renoirb/experiments-201908-rush-typescript-just-bili-monorepo/tree/v1.x-dev/conventions/use-bili",
	"repository": {
		"type": "git",
		"url": "https://github.com/renoirb/experiments-201908-rush-typescript-just-bili-monorepo.git",
		"directory": "conventions/use-bili"
	},
	"license": "MIT",
	"author": {
		"name": "Renoir Boulanger",
		"email": "contribs@renoirboulanger.com"
	},
	"exports": {
		"import": "./dist/index.esm.js",
		"require": "./dist/index.js"
	},
	"main": "dist/index.js",
	"module": "dist/index.esm.js",
	"typings": "./dist/index.d.ts",
	"bin": {
		"conventions-use-bili": "./bin/bili",
		"use-bili": "./bin/bili"
	},
	"files": [
		"dist",
		"bin"
	],
	"scripts": {
		"build": "use-cross-env use-run-all clean build:*",
		"build:all": "use-cross-env ./bin/bili --config bili.config.ts",
		"clean": "use-cross-env use-rimraf .rpt2_cache dist *.*.log",
		"fix": "use-cross-env conventions-use-prettier '**/*.{js,ts,md,json}' --write",
		"lint": "use-cross-env conventions-use-eslint --fix 'src/**/*.ts'",
		"prepublishOnly": "rushx build",
		"test": "use-cross-env conventions-use-jest --detectOpenHandles",
		"test:snapshots": "use-cross-env conventions-use-jest --detectOpenHandles -u"
	},
	"dependencies": {
		"@babel/core": "^7.11.0",
		"@babel/plugin-transform-regenerator": "^7.10.4",
		"@babel/plugin-transform-runtime": "^7.11.0",
		"@babel/preset-env": "^7.11.0",
		"@babel/preset-typescript": "^7.10.4",
		"@babel/runtime-corejs3": "^7.11.0",
		"@rollup/plugin-babel": "~5.1.0",
		"@rushstack/node-core-library": "^3.25.0",
		"bili": "^5.0.0",
		"core-js": "^3.6.0",
		"rollup": "~2.23.0",
		"rollup-plugin-typescript2": "^0.27.1"
	},
	"devDependencies": {
		"@babel/types": "^7.11.0",
		"@renoirb/conventions-use-eslint": "1.3.2-SNAPSHOT.1",
		"@renoirb/conventions-use-jest": "1.3.2-SNAPSHOT.1",
		"@renoirb/conventions-use-prettier": "1.3.0",
		"@renoirb/conventions-use-typescript-3": "1.2.1",
		"@renoirb/package-json-utils": "0.1.1",
		"@renoirb/tools-bundling-helpers": "1.2.1",
		"@rushstack/node-core-library": "^3.25.0",
		"@types/babel__plugin-transform-runtime": "7.9.0",
		"@types/babel__preset-env": "7.9.0",
		"@types/jest": "^26.0.0",
		"@types/node": "^12.12.0",
		"jest": "^26.2.0",
		"ts-jest": "^26.2.0",
		"typescript": "~3.9.5"
	},
	"optionalDependencies": {
		"tslib": "^2.0.0"
	},
	"publishConfig": {
		"access": "public"
	}
}
