UNPKG

celebrity

Version:
59 lines (58 loc) 1.82 kB
{ "name": "celebrity", "version": "0.0.1", "description": "just for fun", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "rei": "rm -rf node_modules/ && rm package-lock.json && npm i", "lint": "eslint . --ext .ts", "tsc": "tsc", "prettier": "npx pretty-quick --staged", "build": "rm -rf dist && babel src --out-dir dist --extensions \".ts\"", "test": "jest", "pub": "cross-env NODE_ENV=prod npm run build && npm run tsc && npm publish", "pre-commit": "npm run tsc && npm run lint --fix && npm run prettier", "pile": "cross-env NODE_ENV=dev ts-node src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/tylim88/celebrity.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/tylim88/celebrity/issues" }, "homepage": "https://github.com/tylim88/celebrity#readme", "keywords": [], "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/node": "^7.2.2", "@babel/plugin-proposal-export-namespace-from": "^7.14.5", "@babel/preset-env": "^7.4.3", "@babel/preset-typescript": "^7.10.4", "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "babel-core": "^6.26.3", "babel-eslint": "^10.1.0", "babel-jest": "^27.2.5", "babel-plugin-transform-remove-console": "^6.9.4", "cross-env": "^7.0.3", "eslint": "^7.32.0", "eslint-cli": "^1.1.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.0", "jest": "^27.2.5", "jsdoc": "^3.6.5", "prettier": "^2.4.1", "ts-essentials": "^9.0.0", "ts-jest": "^27.0.5", "ts-node": "^10.4.0", "typescript": "^4.5.5" } }