mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
commit
71b02202cf
2 changed files with 12 additions and 2 deletions
5
lib/index.js
Normal file
5
lib/index.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
import { resolve } from 'node:path'
|
||||||
|
|
||||||
|
const scramjetPath = resolve(import.meta.dirname, '..', 'dist');
|
||||||
|
|
||||||
|
export { scramjetPath }
|
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "scramjet",
|
"name": "scramjet",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "An experimental web proxy that aims to be the successor to Ultraviolet",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node esbuild.js",
|
"build": "node esbuild.js",
|
||||||
"dev": "concurrently -n dev-server,bare-server-node -c blue,green -k \"node esbuild.dev.js\" \"bare-server-node -p 3000 -e\""
|
"dev": "concurrently -n dev-server,bare-server-node -c blue,green -k \"node esbuild.dev.js\" \"bare-server-node -p 3000 -e\"",
|
||||||
|
"publish": "npm run publish && npm publish --access public"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"lib"
|
||||||
|
],
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue