{ "name": "@vjscc/modal", "version": "1.2.0", "license": "MIT", "keywords": [ "vjscc", "modal" ], "repository": { "type": "git", "url": "git+https://github.com/vjscc/modal.git" }, "homepage": "https://github.com/vjscc/modal#readme", "bugs": { "url": "https://github.com/vjscc/modal/issues" }, "files": [ "package.json", "README.md", "README_zh.md", "LICENSE", "dist" ], "types": "dist/index.d.ts", "main": "dist/index.js", "module": "dist/es/index.js", "scripts": { "serve": "wait-on dist/index.js && live-server --open=test --watch=test,dist", "watch": "rollup -c -w", "start": "concurrently \"npm run watch\" \"npm run serve\"", "build": "cross-env NODE_ENV=production rollup -c", "test": "jest", "lint": "eslint src --max-warnings 0" }, "dependencies": { "@vjscc/utils": "^1.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-node-resolve": "^13.2.0", "@swc/core": "^1.2.165", "@swc/helpers": "^0.3.8", "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", "concurrently": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.13.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.2.4", "less": "^4.1.1", "less-plugin-clean-css": "^1.5.1", "live-server": "^1.2.1", "prettier": "^2.4.1", "rollup": "^2.70.1", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-less": "^1.1.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^2.0.5", "ts-jest": "^27.0.5", "typescript": "^4.4.3", "wait-on": "^6.0.1" } }