stemcstudio-tunnel
Version:
Allows STEMCstudio programs to post and receive messages when embedded in an IFrame and an LTI 1.3 LMS.
95 lines • 3.09 kB
JSON
{
"name": "stemcstudio-tunnel",
"version": "1.2.3",
"description": "Allows STEMCstudio programs to post and receive messages when embedded in an IFrame and an LTI 1.3 LMS.",
"exports": {
".": {
"types": "./build/index.d.ts",
"system": "./build/system/index.min.js",
"default": "./build/module/index.min.js"
}
},
"main": "./build/main/index.js",
"module": "./build/module/index.js",
"types": "./build/index.d.ts",
"files": [
"LICENSE",
"README.md",
"build/browser/index.js",
"build/browser/index.js.map",
"build/browser/index.min.js",
"build/browser/index.min.js.map",
"build/index.d.ts",
"build/module/index.js",
"build/module/index.js.map",
"build/module/index.min.js",
"build/module/index.min.js.map",
"build/system/index.js",
"build/system/index.js.map",
"build/system/index.min.js",
"build/system/index.min.js.map",
"package.json"
],
"author": {
"name": "David Geo Holmes",
"email": "david.geo.holmes@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/geometryzen/stemcstudio-tunnel.git"
},
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/geometryzen/stemcstudio-tunnel/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/geometryzen/stemcstudio-tunnel/blob/master/LICENSE"
}
],
"keywords": [
"STEMCstudio"
],
"scripts": {
"build": "rm -rf build && rollup -c",
"check": "npx package-check",
"lint": "eslint . --ext .ts",
"test": "jest",
"docs": "npm run docs:typedoc && open-cli docs/index.html",
"docs:typedoc": "rm -rf docs && typedoc --options typedoc.json",
"pages": "npm run docs:typedoc && gh-pages -d docs",
"changelog": "standard-version",
"prepublishOnly": "npm run build && npm run lint && npm run check && npm run docs && npm run pages"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@skypack/package-check": "^0.2.2",
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"gh-pages": "^4.0.0",
"jest": "^29.3.1",
"nyc": "^15.1.0",
"open-cli": "^7.1.0",
"rollup": "^3.9.1",
"rollup-plugin-dts": "^5.1.0",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
"ts-jest-resolver": "^2.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.23",
"typescript": "^4.9.4"
},
"dependencies": {
"tslib": "^2.4.1"
}
}