Rocky_Mountain_Vending/.pnpm-store/v10/files/16/4444932321cec28346ce38ae2f2845591b36b6a8614bdfb9624637b7afea0554250ce0027ad80749c06b40931e57bc12d8b78fe85e9cf507769cec02d63318
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

63 lines
1.4 KiB
Text

{
"name": "wait-on",
"description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
"version": "8.0.5",
"type": "commonjs",
"main": "lib/wait-on",
"bin": {
"wait-on": "bin/wait-on"
},
"author": "Jeff Barczewski <info@codewinds.com>",
"repository": {
"type": "git",
"url": "http://github.com/jeffbski/wait-on.git"
},
"bugs": {
"url": "http://github.com/jeffbski/wait-on/issues"
},
"license": "MIT",
"scripts": {
"lint": "eslint \"lib/**/*.js\" \"test/**/*.js\" \"bin/wait-on\"",
"publish:next": "npm publish --tag next && npm view",
"test": "npm run lint && npm run test:mocha",
"test:mocha": "mocha --exit 'test/**/*.mocha.js'"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"eslint": "^9.35.0",
"eslint-plugin-chai-friendly": "^1.1.0",
"expect-legacy": "^1.20.2",
"mkdirp": "^3.0.1",
"mocha": "^11.7.2",
"temp": "^0.9.4"
},
"dependencies": {
"axios": "^1.12.1",
"joi": "^18.0.1",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"rxjs": "^7.8.2"
},
"keywords": [
"wait",
"delay",
"cli",
"files",
"tcp",
"ports",
"sockets",
"http",
"exist",
"ready",
"available",
"portable",
"cross-platform",
"unix",
"linux",
"windows",
"win32",
"osx"
]
}