Files
ide/packages/protocol/package.json
T
2026-05-10 14:08:25 +00:00

16 lines
273 B
JSON

{
"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/**/*"
]
}