semo-plugin-repl-sheet
Version:
A Semo plugin to provide ability to get cheat sheet for common commands
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "semo-plugin-repl-sheet",
"version": "1.1.1",
"description": "A Semo plugin to provide ability to get cheat sheet for common commands",
"keywords": [
"semo",
"plugin",
"repl",
"cheat",
"sheet"
],
"repository": {
"type": "git",
"url": "https://github.com/semojs/semo-plugin-repl-sheet"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"peerDependencies": {},
"devDependencies": {
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
},
"scripts": {
"watch": "tsc -w",
"build": "tsc",
"clean": "rimraf lib",
"postversion": "git push && git push --tags",
"prepare": "npm run clean && npm run build",
"test": "exit 0"
},
"dependencies": {
"@semo/core": "^1.4.10",
"got": "^11.5.2"
},
"publishConfig": {
"access": "public"
}
}