ms-rest-azure-js/package.json

72 строки
2.0 KiB
JSON
Исходник Обычный вид История

2017-09-13 22:30:50 +03:00
{
"name": "ms-rest-azure-js",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-azure-js"
2017-09-13 22:30:50 +03:00
},
2018-04-02 19:55:54 +03:00
"version": "0.3.0",
"description": "Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
2017-09-13 22:30:50 +03:00
"tags": [
"isomorphic",
"browser",
"javascript",
2017-09-13 22:30:50 +03:00
"node",
"microsoft",
"autorest",
"clientruntime"
],
"keywords": [
"isomorphic",
"browser",
"javascript",
2017-09-13 22:30:50 +03:00
"node",
"microsoft",
"autorest",
"clientruntime"
],
"main": "./dist/lib/msRestAzure.js",
"types": "./typings/lib/msRestAzure.d.ts",
"license": "MIT",
"dependencies": {
"ms-rest-js": "^0.5.149"
2017-09-13 22:30:50 +03:00
},
"devDependencies": {
"@types/mocha": "^2.2.43",
2017-09-13 22:30:50 +03:00
"@types/should": "^8.1.30",
"mocha": "^3.5.3",
"npm-run-all": "^4.1.2",
2017-09-13 22:30:50 +03:00
"should": "5.2.0",
2018-05-17 00:29:33 +03:00
"shx": "^0.2.2",
2017-09-13 22:30:50 +03:00
"ts-loader": "^2.3.7",
"ts-node": "^5.0.1",
2017-09-13 22:30:50 +03:00
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"uglify-es": "^3.1.0",
2018-05-17 00:29:33 +03:00
"webpack": "^3.6.0",
"yarn": "^1.6.0"
2017-09-13 22:30:50 +03:00
},
"homepage": "https://github.com/Azure/ms-rest-azure-js",
2017-09-13 22:30:50 +03:00
"repository": {
"type": "git",
"url": "git@github.com:Azure/ms-rest-azure-js.git"
2017-09-13 22:30:50 +03:00
},
"bugs": {
"url": "http://github.com/Azure/ms-rest-azure-js/issues"
2017-09-13 22:30:50 +03:00
},
"scripts": {
"build": "run-p build:node build:browser",
"build:node": "tsc",
"build:browser": "webpack && node node_modules/uglify-es/bin/uglifyjs --source-map -c -m -o msRestAzureBundle.min.js msRestAzureBundle.js",
"watch:node": "tsc -w",
"watch:browser": "webpack -w",
"test": "run-p test:tslint test:unit",
"test:unit": "mocha",
"test:tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts",
2018-05-16 23:31:17 +03:00
"prepare": "npm run build",
"publish-preview": "npm test && shx rm -rf dist/test && node ./.scripts/publish",
"local": "node ./.scripts/local.js",
"preview": "node ./.scripts/preview.js",
"latest": "node ./.scripts/latest.js"
2017-09-13 22:30:50 +03:00
}
}