canvas-lms/packages/js-utils/package.json

26 lines
785 B
JSON

{
"name": "@instructure/js-utils",
"version": "1.0.0",
"description": "A collection of utilities/helpers used by projects in the canvas/edu/instructure ecosystem.",
"author": "Instructure, Inc.",
"main": "lib/index.js",
"module": "es/index.js",
"sideEffects": false,
"dependencies": {
"@instructure/get-cookie": "*"
},
"scripts": {
"test": "echo 'no tests yet...'",
"build:canvas": "babel --root-mode upward src -d es & JEST_WORKER_ID=true babel --root-mode upward src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instructure/canvas-lms.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure/canvas-lms/issues"
},
"homepage": "https://github.com/instructure/canvas-lms#readme"
}