mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 02:15:23 -04:00
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"name": "simpip",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "miniflare index.js --watch --debug",
|
|
"deploy": "wrangler publish"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/wrangler": "^1.19.5",
|
|
"miniflare": "^1.4.1"
|
|
}
|
|
}
|