UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

71 lines (70 loc) 1.91 kB
{ "name": "@modern-js/plugin-cdn-cos", "version": "1.1.7", "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", "homepage": "https://modernjs.dev", "bugs": "https://github.com/modern-js-dev/modern.js/issues", "repository": "modern-js-dev/modern.js", "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js" ], "jsnext:source": "./src/index.ts", "types": "./src/index.ts", "main": "./dist/js/node/index.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "exports": { ".": { "node": { "jsnext:source": "./src/index.ts", "import": "./dist/js/modern/index.js", "require": "./dist/js/node/index.js" }, "default": "./dist/js/treeshaking/index.js" }, "./cli": { "jsnext:source": "./src/index.ts", "default": "./dist/js/node/index.js" } }, "scripts": { "prepare": "modern build", "prepublishOnly": "only-allow-pnpm && modern build --platform", "dev": "modern build --watch", "build": "modern build", "new": "modern new", "test": "jest --passWithNoTests" }, "dependencies": { "@modern-js/utils": "workspace:^1.6.0", "walk": "^2.3.15", "cos-nodejs-sdk-v5": "^2.10.10" }, "devDependencies": { "@babel/runtime": "^7", "@scripts/build": "workspace:*", "@modern-js/plugin-jarvis": "workspace:*", "@modern-js/core": "workspace:*", "typescript": "^4", "@types/jest": "^26.0.9", "@types/node": "^14", "@types/walk": "^2.3.1", "jest": "^27", "@scripts/jest-config": "workspace:*" }, "sideEffects": [ "*.css", "*.less", "*.sass", "*.scss" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "types": "./dist/types/index.d.ts" } }