{
"name": "@cocalc/cdn",
"version": "1.15.1",
"description": "Files that CoCalc uses that would be natural in various contexts to get from a CDN",
"main": "dist/index.js",
"keywords": [
"cdn",
"cocalc"
],
"devDependencies": {
"codemirror": "^5.65.18",
"katex": "^0.16.21"
},
"scripts": {
"clean": "rm -rf build node_modules dist",
"build": "rm -rf build dist && mkdir build && cp -rv *.json *.py *.js build/ && cd build && npm ci && mkdir dist && ./setup.py && mv dist .. && cd .. && rm -rf build ",
"postinstall": "./postinstall.js",
"test": "../node_modules/.bin/jest",
"prepublishOnly": "npm test"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/cdn",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"author": "SageMath, Inc.",
"license": "SEE LICENSE.md"
}