12345678910111213141516171819202122 |
- {
- "name": "wifistick-rest",
- "type": "module",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "tsc",
- "start": "yarn build && node build/app.js"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/express": "^4.17.14",
- "typescript": "^4.8.4"
- },
- "dependencies": {
- "express": "^4.18.2"
- }
- }
|