{
  "name": "necessary",
  "author": "James Smith",
  "version": "17.1.12",
  "license": "MIT, Anti-996",
  "homepage": "https://github.com/djalbat/necessary",
  "description": "A collection of utility functions.",
  "repository": {
    "type": "git",
    "url": "https://github.com/djalbat/necessary"
  },
  "devDependencies": {
    "@swc/core": "1.13.20",
    "lively-cli": "^2.0.100",
    "watchful-cli": "^1.7.89"
  },
  "scripts": {
    "clean": "rm -rf ./lib",
    "watchful": "watchful -m --transpiler=swc --source-directory=./src --lib-directory=./lib --pause=100",
    "batch": "npm run watchful batch --",
    "batch-debug": "npm run watchful batch -- --debug",
    "incremental": "npm run watchful incremental --",
    "incremental-debug": "npm run watchful incremental -- --debug",
    "build": "npm run clean && npm run batch",
    "build-debug": "npm run clean && npm run batch-debug",
    "watch": "npm run clean && npm run batch && npm run incremental",
    "watch-debug": "npm run clean && npm run batch-debug && npm run incremental-debug"
  },
  "files": [
    "src",
    "lib"
  ],
  "browser": "./lib/browser.js",
  "main": "./lib/main.js"
}
