UNPKG

ycmd

Version:

LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project

75 lines 2.2 kB
{ "name": "ycmd", "version": "0.27.0", "description": "LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project", "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)", "private": false, "dependencies": { "@lsk4/err": "^4.10.0", "@ycmd/commands": "^0.27.0", "@ycmd/creds": "^0.27.0", "@ycmd/helpers": "^0.27.0", "@ycmd/run": "^0.27.0", "@ycmd/spreadsheet": "^0.27.0", "@ycmd/utils": "^0.27.0", "yargs": "^17.7.2" }, "devDependencies": { "@types/node": "^20.10.4", "@types/yargs": "^17.0.32" }, "//": "///////////========================/////////========================/////////========================//////////", "prettier": "@lsk4/eslint-config/prettier", "eslintConfig": { "extends": "@lsk4/eslint-config" }, "files": [ "bin", "lib", "cjs", "scripts", "README.md", "LICENCE" ], "bin": { "ycmd": "bin/ycmd.js" }, "main": "cjs/index.js", "types": "cjs/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./cjs/index.d.ts", "default": "./cjs/index.js" }, "./*": { "import": "./lib/*.js", "types": "./cjs/*.d.ts", "default": "./cjs/*.js" } }, "///": "//////////========================/////////========================/////////========================/////////", "repository": "https://github.com/lskjs/lskjs/tree/master//libs-cli/lsk", "homepage": "https://github.com/lskjs/cli", "bugs": "https://github.com/lskjs/lskjs/issues", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "lskjs", "lsk", "cli", "helper" ], "////": "/////////========================/////////========================/////////========================/////////", "scripts": { "dev": " ycmd dev", "build": " ycmd build ", "build:tsup": " tsup src --clean && echo \"{\\\"type\\\":\\\"module\\\"}\" > lib/package.json", "dev:tsup": " tsup src --watch", "test": " ycmd test", "release": " ycmd release" } }