define-alpine-the-sequel/package.json

19 lines
488 B
JSON
Raw Normal View History

2023-01-15 23:46:49 +00:00
{
"name": "define-alpine-the-sequel",
2023-01-15 23:51:46 +00:00
"type": "module",
2023-01-15 23:46:49 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-02-02 21:14:56 +00:00
"run": "esbuild --log-level=warning --target=node18 --sourcemap --outdir=build-javascript --outbase=. *.ts **/*.ts && node --enable-source-maps build-javascript/index.js"
2023-01-15 23:46:49 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.11.18",
"esbuild": "^0.17.0",
"typescript": "^4.9.4"
}
}