UNPKG

choreograph-create-pixel

Version:

This library lets you apply best practises to Choreograph Create pixel development and implementation.

48 lines (47 loc) 1.46 kB
{ "name": "choreograph-create-pixel", "description": "This library lets you apply best practises to Choreograph Create pixel development and implementation.", "version": "1.4.3", "type": "module", "keywords": [ "wpp", "groupm", "lemonpi", "odc", "opendc", "greenhouse" ], "author": "Rick Stevens <rick.stevens@choreograph.com> (https://create.choreograph.com)", "repository": "gitlab:2sixty/choreograph-create/solutions/choreograph-create-pixel", "homepage": "https://create.choreograph.com", "license": "ISC", "main": "dist/bundle.cjs.js", "module": "dist/bundle.esm.js", "browser": "dist/bundle.iife.min.js", "unpkg": "dist/bundle.iife.min.js", "files": [ "dist" ], "scripts": { "lint": "eslint --ignore-path .gitignore .", "format": "prettier --ignore-path .gitignore --check . '!**/*.{js,jsx,vue}'", "build": "rollup -c", "dev": "rollup -cw", "prepublishOnly": "npm run build" }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/preset-env": "^7.20.2", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-eslint": "^9.0.3", "@rollup/plugin-terser": "^0.4.0", "eslint": "^8.33.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "moment": "^2.29.4", "prettier": "^2.8.3", "rollup": "^3.12.0" } }