sublime_pkg_tools 0.0.27

Package and version management toolkit for Node.js projects with changeset support
Documentation
{
  "name": "test-single-package",
  "version": "1.5.0",
  "description": "Test single package fixture for sublime_pkg_tools",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "lint": "eslint .",
    "format": "prettier --write ."
  },
  "keywords": [
    "test",
    "fixture",
    "single-package"
  ],
  "author": "Test Author <test@example.com>",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2",
    "lodash": "^4.17.21",
    "axios": "^1.4.0"
  },
  "devDependencies": {
    "jest": "^29.5.0",
    "typescript": "^5.0.0",
    "eslint": "^8.40.0",
    "prettier": "^2.8.0",
    "@types/express": "^4.17.17",
    "@types/lodash": "^4.14.195"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/test/test-single-package.git"
  }
}