{ "name": "@git.zone/ide-protocol", "version": "0.1.0", "private": true, "type": "module", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json" }, "files": [ "ts/**/*", "dist_ts/**/*" ] }