non_npm_packages: 07akioni/evtd, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
744ce4ec8cff61ddca2ea957b0095b188728d960 | { "author": "07akioni", "description": "Event delegation with native events and extended events.", "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/preset-typescript": "^7.10.4", "@types/jest": "^28.1.7", "@typescript-eslint/eslint-plugin": "^4.4.0", "babel-jest": "^28.0.1", "eslint": "^7.10.0", "eslint-config-standard-with-typescript": "^21.0.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "jest": "^27.1.0", "typescript": "^4.0.3", "vite": "^2.0.2", "vitepress": "^0.21.3" }, "files": [ "lib", "es" ], "license": "MIT", "main": "lib/index.js", "module": "es/index.js", "name": "evtd", "scripts": { "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json", "build:site": "vitepress build docs", "docs": "vitepress dev docs", "lint": "eslint src/**/*", "release": "rm -rf es lib && npm run build && npm publish", "test": "jest" }, "sideEffects": false, "version": "0.2.3" } |
07akioni | package.json | 07akioni/evtd |