/[sudobot]/trunk/package.json
ViewVC logotype

Diff of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 56 by rakin, Mon Jul 29 17:28:23 2024 UTC revision 57 by rakin, Mon Jul 29 17:28:25 2024 UTC
# Line 27  Line 27 
27      "scripts": {      "scripts": {
28          "watch": "nodemon ./src/index.ts",          "watch": "nodemon ./src/index.ts",
29          "dev": "ts-node ./src/index.ts",          "dev": "ts-node ./src/index.ts",
30          "deploy": "ts-node ./deploy-commands.ts",          "deploy": "node ./deploy-commands.ts",
31          "start": "node ./build/index.js",          "start": "node ./build/index.js",
32          "build": "tsc"          "build": "tsc"
33      }      }

Legend:
Removed from v.56  
changed lines
  Added in v.57

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26