| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "eslint-plugin-semi-design",
- "version": "2.78.0",
- "description": "semi ui eslint plugin",
- "keywords": [
- "semi",
- "eslint"
- ],
- "author": "shijia.me <[email protected]>",
- "homepage": "https://semi.design",
- "license": "MIT",
- "main": "lib/index.js",
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
- "files": [
- "lib",
- "README.md",
- "README-zh_CN.md"
- ],
- "publishConfig": {
- "registry": "https://registry.npmjs.org"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/DouyinFE/semi-design.git"
- },
- "scripts": {
- "build:lib": "rimraf lib && tsc",
- "prepublishOnly": "npm run build:lib",
- "test": "node __tests__/index.js"
- },
- "devDependencies": {
- "rimraf": "^4.4.0",
- "typescript": "^4"
- },
- "peerDependencies": {
- "eslint": ">=0.8.0"
- },
- "bugs": {
- "url": "https://github.com/DouyinFE/semi-design/issues"
- }
- }
|