github-repository-distributor
Version:
github-repository-distributor
93 lines (92 loc) • 2.84 kB
JSON
{
"name": "github-repository-distributor",
"version": "1.1.1",
"description": "github-repository-distributor",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"dev": "yarn dts && cross-env NODE_ENV=development rollup -cw",
"build": "yarn clean && yarn dts && cross-env NODE_ENV=production rollup -c",
"build:action": "yarn clean lib && cross-env NODE_ENV=production BUILD_TARGET=action rollup -c",
"build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
"dts": "ttsc --emitDeclarationOnly -p tsconfig.dts.json",
"test": "jest",
"init:rename": "node scripts/init/rename.js",
"clean": "node scripts/clean.js",
"raw": "node scripts/raw.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/github-repository-distributor.git"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"markdown",
"README.md",
"Github Action",
"repository",
"distributor",
"github",
"md",
"ast"
],
"author": "SonOfMagic <qq1324318532@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonofmagic/github-repository-distributor/issues"
},
"homepage": "https://github.com/sonofmagic/github-repository-distributor#readme",
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@octokit/types": "^6.34.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.180",
"@types/mdast": "^3.0.10",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vercel/ncc": "^0.33.3",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"defu": "^5.0.1",
"del": "^6.0.0",
"dotenv": "^16.0.0",
"eslint": "8.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"gemoji": "^7.1.0",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"markdown-table": "^3.0.2",
"mdast-util-to-markdown": "^1.3.0",
"mdast-util-toc": "^6.1.0",
"rollup": "^2.70.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"ttypescript": "^1.5.13",
"typescript": "^4.6.2",
"typescript-transform-paths": "^3.3.1",
"unist-builder": "^3.0.0"
},
"dependencies": {
"@octokit/rest": "^18.12.0"
}
}