You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/package.json

31 lines
1.2 KiB
JSON

9 years ago
{
"name": "monaco-css",
8 years ago
"version": "1.3.3",
9 years ago
"description": "CSS, LESS and SCSS plugin for the Monaco Editor",
9 years ago
"scripts": {
"compile": "node ./scripts/rmdir ./out && tsc -p ./src",
"watch": "tsc -p ./src --watch",
"prepublish": "node ./scripts/rmdir ./release && npm run compile && node ./scripts/release.js && webpack --config webpack.dev.config.js && webpack --config webpack.min.config.js && node ./scripts/copy ./src/monaco.d.ts ./release/monaco.d.ts",
"install-service-next": "npm install vscode-css-languageservice@next -f -D && npm install vscode-languageserver-types@next -f -D",
"install-service-local": "npm install ../vscode-css-languageservice -f -D && npm install ../vscode-languageserver-node/types -f -D"
9 years ago
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-css"
},
"bugs": {
"url": "https://github.com/Microsoft/monaco-css/issues"
},
"devDependencies": {
"monaco-editor-core": "0.11.1",
"monaco-languages": "0.9.0",
"typescript": "2.7.2",
"vscode-css-languageservice": "3.0.8",
"vscode-languageserver-types": "3.6.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10"
9 years ago
}
}