{ "name": "static-ts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "watch": "tsc --watch" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "typescript": "^6.0.2" } }