mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 04:35:22 -04:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"name": "simpip",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "miniflare index.js --watch --debug",
|
|
"lint": "eslint .",
|
|
"deploy": "wrangler publish"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/wrangler": "^1.19.12",
|
|
"@jakejarvis/eslint-config": "*",
|
|
"eslint": "~8.14.0",
|
|
"miniflare": "^2.4.0"
|
|
}
|
|
}
|