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

30 lines
830 B
JSON
Raw Permalink Normal View History

2021-01-23 22:38:00 +00:00
{
"name": "@syndicate-lang/ts-plugin",
"version": "0.2.0",
2021-01-23 22:38:00 +00:00
"description": "Syndicate/JS TypeScript tsserver plugin",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/ts-plugin",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"repository": "github:syndicate-lang/syndicate-js",
"scripts": {
2021-04-26 13:13:30 +00:00
"prepare": "yarn compile",
2021-01-25 21:14:15 +00:00
"compile": "../../node_modules/.bin/tsc",
2021-04-26 13:13:30 +00:00
"compile:watch": "../../node_modules/.bin/tsc -w"
2021-01-23 22:38:00 +00:00
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {
"@syndicate-lang/compiler": "^0.2.0",
"@syndicate-lang/core": "^0.6.0"
2021-01-23 22:38:00 +00:00
},
"devDependencies": {
"typescript": "^4.1.3"
},
"peerDependencies": {
"typescript": "^4.1.3"
}
}