2015-11-05 17:33:07 +01:00
|
|
|
{
|
|
|
|
|
"name": "vsc-extension-samples",
|
|
|
|
|
"publisher": "Microsoft",
|
2016-12-30 11:32:57 +01:00
|
|
|
"version": "0.0.1",
|
2015-11-05 17:33:07 +01:00
|
|
|
"scripts": {
|
2016-12-30 11:46:01 +01:00
|
|
|
"postinstall": "node .build/postinstall.js",
|
2016-03-24 16:20:18 +01:00
|
|
|
"compile-decorator": "cd decorator-sample && npm run compile",
|
2016-05-20 11:13:35 +02:00
|
|
|
"compile-previewhtml": "cd previewhtml-sample && npm run compile",
|
2016-12-15 19:48:12 +01:00
|
|
|
"compile-contentprovider": "cd contentprovider-sample && npm run compile",
|
2016-12-17 11:38:21 +01:00
|
|
|
"compile-languageprovider": "cd languageprovider-sample && npm run compile && cd ..",
|
|
|
|
|
"compile-statusbar": "cd statusbar-sample && npm run compile && cd .."
|
2015-11-05 17:33:07 +01:00
|
|
|
}
|
2016-12-30 11:32:57 +01:00
|
|
|
}
|