{
  "name": "neo-builder",
  "version": "4.1.21a",
  "description": "the fastest tiny script packager written in javascript and supporting iife dynamic chaining w/o extra runtime",
  "main": "./source/main.js",
  "module": "./build/builder.es.js",
  "types": "./types/main.d.ts",
  "exports": {
    ".": "./source/main.js",
    "./source/utils": {
      "types": "./types/utils.d.ts",
      "import": "./source/utils.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sanshain/neo-bundler.git"
  },
  "bin": {
    "neo": "./bin/neo.js"
  },
  "scripts": {
    "build": "echo \"use 'rollup -c' from global environment instead of npm run build\"",
    "ts-test": "node ./tests/ts/test.js",
    "test": "node ./tests/js/test.js && node ./tests/js/build/app.js",
    "tests": "node \"./tests/_npm/test.js\" && node \"./tests/_pnpm/____test.js\" && node \"./tests/dynamic/test.js\"",
    "types": "tsc ./build/builder.es.js  --declaration --allowJs --emitDeclarationOnly --outDir types",
    "utils@types": "tsc ./source/utils.js --declaration --allowJs --emitDeclarationOnly --outDir types && cp ./types/utils.d.ts ./source/utils.d.ts",
    "jest": "echo \"legacy test. Instead check index.html in browser started in live server mode\" :: jest -- ./tests/ts/jest.test.js",
    "changelog": "changelog --titled",
    "profile": "0x test.js",
    "____minify": "uglifyjs ./tests/_npm/dist/app.js -o ./tests/_npm/dist/app.min.js -c -m"
  },
  "keywords": [
    "packager",
    "bundler",
    "bundler",
    "build tool",
    "build system",
    "typescript"
  ],
  "author": "Sanshain",
  "license": "MIT",
  "devDependencies": {
    "@babel/polyfill": "^7.12.1",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@types/babel__standalone": "^7.1.4",
    "@types/buble": "^0.20.1",
    "@types/node": "^20.1.7",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-standalone": "^6.26.0",
    "buble": "^0.20.0",
    "canvas": "^2.11.0",
    "chai": "^4.3.7",
    "jsdom": "^21.1.0",
    "mocha": "^10.2.0",
    "npm-changelog": "^1.1.6",
    "rollup": "^3.19.1",
    "rollup-plugin-uglify": "^6.0.4",
    "simple-git-hooks": "^2.9.0",
    "sourcemap-codec": "^1.4.8",
    "types-spring": "^2.0.1",
    "typescript": "^4.9.5"
  },
  "optionalDevDependencies": {
    "@types/jest": "^29.4.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0"
  },
  "simple-git-hooks": {
    "pre-push": "npm run changelog"
  },
  "optionalDependencies": {
    "uglify-js": "^3.17.4"
  }
}