symfony-style-console
Version:
Use the style and utilities of the Symfony Console in Node.js
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "symfony-style-console",
"description": "Use the style and utilities of the Symfony Console in Node.js",
"version": "1.0.0",
"main": "dist/index.js",
"directories": {
"test": "test",
"src": "src"
},
"files": [
"dist",
"modern",
"symf-example.png",
"symf-opener.png"
],
"scripts": {
"build": "tsc --declaration",
"build-modern": "tsc --declaration --target ES2015 --module ES6 --outDir modern",
"pretest": "npm run build",
"test": "eslint 'src/**/*.ts' && jest",
"prepublishOnly": "npm test && npm run build-modern"
},
"devDependencies": {
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loilo/node-symfony-style-console.git"
},
"engines": {
"node": ">= 10.0.0"
},
"keywords": [
"symfony",
"style",
"console"
],
"author": "Florian Reuschel <florian@loilo.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/loilo/node-symfony-style-console/issues"
},
"homepage": "https://github.com/loilo/node-symfony-style-console#readme"
}