UNPKG

799 BJSONView Raw
1{
2 "name": "@instructure/pkg-utils",
3 "version": "6.8.1",
4 "description": "Utilities for managing node packages in a monorepo.",
5 "author": "Instructure, Inc. Engineering and Product Design",
6 "main": "./lib/index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/instructure/instructure-ui.git"
10 },
11 "homepage": "https://instructure.github.io/instructure-ui/",
12 "bugs": "https://github.com/instructure/instructure-ui/issues",
13 "scripts": {
14 "lint": "ui-test --lint",
15 "lint:fix": "ui-test --lint --fix"
16 },
17 "license": "MIT",
18 "dependencies": {
19 "@instructure/command-utils": "^6.8.1",
20 "@lerna/package": "^3",
21 "read-pkg-up": "^6.0.0"
22 },
23 "publishConfig": {
24 "access": "public"
25 },
26 "gitHead": "f919fc2db603ba232e20d816701d768a3fd5e78c"
27}