UNPKG

kiss-cli

Version:

Keep It Stupid Simple - An agnostic file snippets :kiss:

104 lines (103 loc) 2.08 kB
{ "name": "kiss-cli", "version": "0.5.7", "projectName": "KISS", "description": "Keep It Stupid Simple - An agnostic file snippets :kiss:", "preferGlobal": true, "main": "./cli.js", "bin": { "kiss": "./bin/kiss" }, "license": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/sixertoy/kiss-cli/master/LICENSE" } ], "homepage": "https://github.com/sixertoy/kiss-cli", "repository": "sixertoy/kiss-cli", "bugs": { "url": "https://github.com/sixertoy/kiss-cli/issues", "email": "sixertoy.github@gmail.com" }, "author": { "name": "Matthieu Lassalvy", "email": "sixertoy.github@gmail.com", "url": "https://github.com/sixertoy" }, "engines": { "npm": ">=5.6.0", "node": ">=8.10.0", "yarn": ">=1.17.0" }, "files": [ "bin/", "src/", ".kiss/", "cli.js" ], "keywords": [ "cli", "tool", "file", "files", "generator", "js", "node", "nodejs", "project", "projects", "module", "modules", "template", "templates", "snippet", "snippets", "html", "task", "tasks", "react", "reactjs", "amd", "commonjs", "angular", "angular2", "angularjs", "gulp", "gulpfile", "require", "requirejs", "grunt", "gruntfile", "javascript", "mocha", "jest", "spec", "test", "tests", "atom", "github", "sublime", "sublime text" ], "devDependencies": { "eslint": "^8.19.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-sort-destructure-keys": "^1.3.5", "husky": "^8.0.1", "jest": "^28.1.2", "prettier": "^2.1.2" }, "scripts": { "lint": "eslint --fix -c ./.eslintrc.json ./cli.js './src/**/*.js'", "test": "jest", "kiss": "node ./cli.js", "prepare": "yarn lint && yarn test", "cleanup": "rm -rf ./node_modules && rm ./yarn.lock" }, "dependencies": { "fs-extra": "^10.0.0" } }