{
	"name": "@gold.au/pancake-sass",
	"version": "3.0.0",
	"description": "A Pancake plugin to compile sass files.",
	"keywords": [
		"npm",
		"flat",
		"peerDependencies",
		"gov.au",
		"gold.au",
		"auds",
		"Commonwealth of Australia",
		"design guide",
		"design system",
		"cli",
		"pancake-plugin"
	],
	"engines": {
		"npm": ">=6.0.0"
	},
	"main": "./lib/pancake.js",
	"scripts": {
		"prepublish": "npm run build && npm run test",
		"build": "npm run build:js",
		"build:watch": "npm run build:js && jest --coverage",
		"build:js": "babel src --out-dir lib",
		"watch": "npm run build:watch && onchange 'src/*.js' '__tests__/*.js' -- npm run build:watch"
	},
	"jest": {
		"testEnvironment": "node",
		"testRegex": "\\.spec.js$",
		"collectCoverageFrom": [
			"src/*.js"
		],
		"coverageThreshold": {
			"global": {
				"branches": 0,
				"functions": 0,
				"lines": 0,
				"statements": 0
			}
		}
	},
	"files": [
		"lib/*"
	],
	"dependencies": {
		"@gold.au/pancake": "~2.0.0",
		"autoprefixer": "9.4.10",
		"postcss": "7.0.14",
		"node-sass": "^4.11.0"
	},
	"devDependencies": {
		"@babel/cli": "^7.2.3",
		"@babel/core": "^7.3.4",
		"@babel/preset-env": "^7.3.4",
		"del": "^4.0.0",
		"dirsum": "^0.1.1",
		"jest-cli": "^24.5.0",
		"onchange": "^5.2.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/designsystemau/pancake.git"
	},
	"homepage": "https://github.com/designsystemau/pancake",
	"bugs": {
		"url": "https://github.com/designsystemau/pancake/issues",
		"email": "designsystem@digital.gov.au"
	},
	"author": {
		"name": "Design System AU",
		"email": "maintainers@designsystemau.org",
		"url": "https://designsystemau.org/"
	},
	"contributors": [
		{
			"name": "Dominik Wilkowski",
			"email": "hi@dominik-wilkowski.com",
			"url": "https://dominik-wilkowski.com/"
		},
		{
			"name": "Adam Zerella",
			"email": "hello@adamzerella.com",
			"url": "https://adamzerella.com/"
		}
	],
	"license": "MIT"
}
