syndicate-js/packages/ts-plugin/package.json

35 lines
972 B
JSON

{
"name": "@syndicate-lang/ts-plugin",
"version": "0.11.9",
"description": "Syndicate/JS TypeScript tsserver plugin",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/ts-plugin",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js"
},
"scripts": {
"prepare": "yarn compile",
"compile": "../../node_modules/.bin/tsc",
"compile:watch": "../../node_modules/.bin/tsc -w",
"clean": "rm -rf lib",
"veryclean": "yarn run clean && rm -rf node_modules"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@syndicate-lang/compiler": "^0.11.5",
"@syndicate-lang/core": "^0.11.8"
},
"devDependencies": {
"typescript": "^4.5"
},
"peerDependencies": {
"typescript": "^4.5"
}
}