UNPKG

68kcounter

Version:
56 lines (55 loc) 1.35 kB
{ "name": "68kcounter", "version": "3.2.1", "description": "68000 ASM source code cycle counter", "keywords": [ "68000", "assembly", "asm", "optimization", "amiga", "commodore", "fs-uae", "win-uae" ], "scripts": { "test": "jest", "lint": "eslint . --ext .ts --ignore-path .gitignore", "build": "tsc --build", "clean": "tsc --build --clean", "prepare": "husky install" }, "main": "dist/index.js", "bin": { "68kcounter": "dist/cli.js" }, "author": "Graham Bates <hello@grahambates.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/grahambates/68kcounter.git" }, "devDependencies": { "@babel/preset-env": "^7.13.12", "@babel/preset-typescript": "^7.13.0", "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "@typescript-eslint/eslint-plugin": "^4.20.0", "@typescript-eslint/parser": "^4.20.0", "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", "husky": "^6.0.0", "jest": "^26.6.3", "prettier": "^2.2.1", "typescript": "^4.2.3" }, "dependencies": { "@types/yargs": "^17.0.24", "chalk": "^4.1.0", "expression-eval": "^4.0.0", "json5": "^2.2.0", "yargs": "^17.7.2" } }