build: configure build and development scripts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -39,3 +39,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|||||||
|
|
||||||
# Finder (MacOS) folder config
|
# Finder (MacOS) folder config
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
examples/*
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "marketplace-scraper",
|
"name": "marketplace-scraper",
|
||||||
"module": "index.ts",
|
"module": "./src/index.ts",
|
||||||
|
"scripts": {
|
||||||
|
"start": "bun ./src/index.ts",
|
||||||
|
"dev": "bun --hot ./src/index.ts",
|
||||||
|
"build": "bun build ./src/index.ts"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
0
src/index.ts
Normal file
0
src/index.ts
Normal file
Reference in New Issue
Block a user