UNPKG

alia

Version:
72 lines (71 loc) 1.76 kB
{ "name": "alia", "version": "0.22.0", "description": "Alias To Go", "exports": null, "type": "module", "files": [ "dist/**/**", "data/**/**", "!dist/models/**", "!**/*.spec.*", "!**/*.tsbuildinfo", "LICENSE", "README.md" ], "bin": { "al": "dist/main.js" }, "scripts": { "start": "tsx src/main.ts", "dist": "node dist/main.js", "snap": "tsx src/main.ts -h > snapshots/help", "prebuild": "del-cli dist/", "build": "tsc --build tsconfig.build.json", "test": "tsx test.ts", "test:watch": "npm run test -- --watch", "test:coverage": "c8 --all npm run test", "test:mutation": "stryker run", "lint": "eslint .", "format": "prettier --config .prettierrc --ignore-unknown src", "format:fix": "npm run format -- --write", "format:check": "npm run format -- --check" }, "keywords": [ "alias", "cli", "cmd", "aka", "alias-to-go", "dev" ], "author": "Eduard Kotkas", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/edkotkas/alia.git" }, "bugs": { "url": "https://github.com/edkotkas/alia/issues" }, "homepage": "https://github.com/edkotkas/alia#readme", "dependencies": { "dotenv": "^17.2.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.35.0", "@stryker-mutator/core": "^9.1.1", "@stryker-mutator/jasmine-runner": "^9.1.1", "@stryker-mutator/typescript-checker": "^9.1.1", "@types/jasmine": "^5.1.12", "c8": "^10.1.3", "del-cli": "^6.0.0", "eslint": "^9.35.0", "jasmine": "^5.12.0", "prettier": "^3.6.2", "tsx": "^4.20.5", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0" } }