syndicate-js/packages/html/examples/table/package.json

26 lines
786 B
JSON

{
"name": "@syndicate-lang/syndicatec-ts-plugin-example",
"version": "0.0.0",
"description": "Simple syndicatec example in TypeScript",
"main": "index.js",
"scripts": {
"prepare": "npm run compile && npm run rollup",
"compile": "npx syndicate-tsc",
"rollup": "npx rollup -c",
"clean": "rm -rf lib/ index.js index.js.map"
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"license": "GPL-3.0+",
"dependencies": {
"@syndicate-lang/core": "file:../../../core",
"@syndicate-lang/html": "file:../.."
},
"devDependencies": {
"@syndicate-lang/ts-plugin": "file:../../../ts-plugin",
"@syndicate-lang/tsc": "file:../../../tsc",
"rollup": "^2.37.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "^4.1.3"
}
}