UNPKG

@gov.au/pancake

Version:

Pancake is an utility to make working with npm modules for the frontend sweet and seamlessly.

89 lines (86 loc) 1.96 kB
{ "name": "@gov.au/pancake", "version": "1.2.4", "description": "Pancake is an utility to make working with npm modules for the frontend sweet and seamlessly.", "keywords": [ "npm", "flat", "peerDependencies", "gov.au", "uikit", "Commonwealth of Australia", "design guide", "design system", "cli", "pancake-plugin" ], "engines": { "npm": ">=3.0.0" }, "main": "./dist/pancake.js", "bin": { "pancake": "./bin/pancake" }, "scripts": { "prepublish": "npm run build && npm run test", "test": "exit 0", "build": "npm run build:js", "build:watch": "npm run build:js && jest --coverage", "build:js": "babel src --out-dir dist --presets=es2015 --plugins=transform-runtime,transform-es2015-modules-commonjs", "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": [ "bin/*", "dist/*", "settings.json" ], "dependencies": { "babel-runtime": "6.26.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "del": "^3.0.0", "dirsum": "^0.1.1", "jest-cli": "^23.0.1", "onchange": "^3.2.1" }, "repository": { "type": "git", "url": "https://github.com/govau/pancake.git" }, "homepage": "https://github.com/govau/pancake", "bugs": { "url": "https://github.com/govau/pancake/issues", "email": "guides@digital.gov.au" }, "author": { "name": "Commonwealth of Australia, DTA", "email": "guides@digital.gov.au", "url": "https://www.dta.gov.au/" }, "contributors": [ { "name": "Dominik Wilkowski", "email": "hi@dominik-wilkowski.com", "url": "https://dominik-wilkowski.com/" } ], "license": "MIT" }