make source maps
This commit is contained in:
parent
d88de12840
commit
71f092612d
3 changed files with 35 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "jankclient",
|
||||
"version": "0.1.0",
|
||||
"description": "A SpaceBar Client written in JS HTML and CSS to run, clone the repo and do either `node index.js` or `bun index.js` both bun and node are supported, and both should function as expected, if there are any problems with Jank Client on things that aren't linux, please let me know. To access Jank Client after init simply go to http://localhost:8080/login and login with your username and password.",
|
||||
"description": "A SpaceBar Client written in TS HTML and CSS to run, clone the repo and do either `npm start` or `bun start` both bun and node are supported, and both should function as expected. To access Jank Client after init simply go to http://localhost:8080/login and login with your username and password.",
|
||||
"main": ".dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -23,7 +23,8 @@
|
|||
"gulp-swc": "^2.2.0",
|
||||
"node-fetch": "^3.3.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-to-jsdoc": "^2.2.0"
|
||||
"ts-to-jsdoc": "^2.2.0",
|
||||
"gulp-sourcemaps":"^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.10.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue