{ "dependencies": { "test-postcard-bindings": "../test-bindings", "tslint": "^6.1.3", "typescript": "^5.0.0" }, "name": "test-bindings-proj", "version": "1.0.0", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "lint": "tslint -c tslint.json src/**/*.ts", "prepublish": "npm run build", "run": "tsc && node lib/index.js" }, "author": "", "license": "ISC", "description": "", "files": [ "./bin/*", "./lib/*" ], "typings": "./lib/index.d.ts", "devDependencies": { "@types/node": "^20.0.0" } }