32 строки
817 B
JSON
32 строки
817 B
JSON
{
|
|
"name": "autorest-extension-base",
|
|
"version": "1.0.0",
|
|
"description": "Library for easily creating AutoRest extensions",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"prepare": "npm run build",
|
|
"test": "npm run build",
|
|
"testci": "npm run build",
|
|
"publish-preview": "node ./.scripts/publish",
|
|
"unpack": "shx rm -rf ./package && yarn pack && gzip -cd *.tgz | tar xv && erase *.tgz"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/azure/autorest-extension-base.git"
|
|
},
|
|
"keywords": [
|
|
"autorest",
|
|
"extension"
|
|
],
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^9.4.0",
|
|
"shx": "^0.2.2",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"vscode-jsonrpc": "^3.5.0"
|
|
}
|
|
} |