{
"name": "@cocalc/assets",
"version": "1.10.1",
"description": "The static assets (images, code, etc.) for the CoCalc frontend.",
"main": "index.js",
"workspaces": ["../backend"],
"directories": {
"example": "examples"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "./build.sh",
"test": "../node_modules/.bin/jest",
"prepublishOnly": "pnpm test"
},
"keywords": ["cocalc"],
"author": "SageMath, Inc.",
"license": "SEE LICENSE.md",
"dependencies": {
"jquery": "^3.6.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@cocalc/backend": "workspace:*",
"uglify-js": "^3.14.1"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/assets",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
}
}