29 строки
859 B
JSON
29 строки
859 B
JSON
{
|
|
"name": "data-storage",
|
|
"version": "1.0.0",
|
|
"description": "Explore how to store settings and documents using the provided data storage service.",
|
|
"scripts": {
|
|
"compile": "npm run clean && tsc -p .",
|
|
"build": "npm run compile && tfx extension create",
|
|
"package": "npm run compile && tfx extension create --rev-version",
|
|
"publish": "npm run package && tfx extension publish",
|
|
"clean": "rimraf ./dist && rimraf ./*.vsix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vsts-extension-samples/tree/master/data-storage"
|
|
},
|
|
"author": "Microsoft",
|
|
"devDependencies": {
|
|
"ncp": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"tfx-cli": "~0.6.4",
|
|
"typescript": "^2.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/jquery": "~2.0.34",
|
|
"@types/q": "0.0.32",
|
|
"vss-web-extension-sdk": "5.131.0"
|
|
}
|
|
}
|