2017-09-13 22:30:50 +03:00
|
|
|
{
|
|
|
|
"name": "ms-rest-azure-js",
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation",
|
|
|
|
"email": "azsdkteam@microsoft.com",
|
2017-09-17 04:19:49 +03:00
|
|
|
"url": "https://github.com/Azure/ms-rest-azure-js"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
2018-09-06 00:16:00 +03:00
|
|
|
"version": "0.17.0",
|
2017-09-17 04:19:49 +03:00
|
|
|
"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": [
|
2017-09-17 04:19:49 +03:00
|
|
|
"isomorphic",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
2017-09-13 22:30:50 +03:00
|
|
|
"node",
|
|
|
|
"microsoft",
|
|
|
|
"autorest",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
|
|
|
"keywords": [
|
2017-09-17 04:19:49 +03:00
|
|
|
"isomorphic",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
2017-09-13 22:30:50 +03:00
|
|
|
"node",
|
|
|
|
"microsoft",
|
|
|
|
"autorest",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
2018-08-25 01:26:06 +03:00
|
|
|
"main": "./dist/lib/msRestAzure.js",
|
2018-06-09 22:24:08 +03:00
|
|
|
"browser": "./es/lib/msRestAzure.js",
|
2017-09-13 22:30:50 +03:00
|
|
|
"types": "./typings/lib/msRestAzure.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-09-14 01:16:37 +03:00
|
|
|
"ms-rest-js": "~0.22.422",
|
2018-06-01 01:30:46 +03:00
|
|
|
"tslib": "^1.9.2"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-05 22:25:15 +03:00
|
|
|
"@types/chai": "^4.1.4",
|
2018-06-09 03:24:09 +03:00
|
|
|
"@types/mocha": "^5.2.1",
|
2018-09-14 01:16:37 +03:00
|
|
|
"@types/node": "^10.9.4",
|
2018-09-05 22:25:15 +03:00
|
|
|
"chai": "^4.1.2",
|
2018-06-09 03:24:09 +03:00
|
|
|
"mocha": "^5.2.0",
|
2018-04-11 01:45:58 +03:00
|
|
|
"npm-run-all": "^4.1.2",
|
2018-07-18 23:06:58 +03:00
|
|
|
"nyc": "^12.0.2",
|
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",
|
2018-04-11 01:45:58 +03:00
|
|
|
"ts-node": "^5.0.1",
|
2017-09-13 22:30:50 +03:00
|
|
|
"tslint": "^5.7.0",
|
2018-09-14 01:16:37 +03:00
|
|
|
"typescript": "^3.0.3",
|
2018-04-11 01:45:58 +03:00
|
|
|
"uglify-es": "^3.1.0",
|
2018-05-17 00:29:33 +03:00
|
|
|
"webpack": "^3.6.0",
|
2018-08-29 20:59:22 +03:00
|
|
|
"yarn": "^1.6.0"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
2017-09-17 04:19:49 +03:00
|
|
|
"homepage": "https://github.com/Azure/ms-rest-azure-js",
|
2017-09-13 22:30:50 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-09-17 04:19:49 +03:00
|
|
|
"url": "git@github.com:Azure/ms-rest-azure-js.git"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2017-09-17 04:19:49 +03:00
|
|
|
"url": "http://github.com/Azure/ms-rest-azure-js/issues"
|
2017-09-13 22:30:50 +03:00
|
|
|
},
|
2018-07-18 23:06:58 +03:00
|
|
|
"nyc": {
|
|
|
|
"extension": [
|
|
|
|
".ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"**/*.d.ts"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"lib/**/*.ts"
|
|
|
|
],
|
|
|
|
"reporter": [
|
|
|
|
"text",
|
|
|
|
"html"
|
|
|
|
],
|
|
|
|
"all": true
|
|
|
|
},
|
2017-09-13 22:30:50 +03:00
|
|
|
"scripts": {
|
2018-09-05 23:43:25 +03:00
|
|
|
"build": "run-p build:scripts build:node build:es build:browser",
|
|
|
|
"build:scripts": "tsc -p ./.scripts/",
|
2018-04-11 01:45:58 +03:00
|
|
|
"build:node": "tsc",
|
2018-06-09 22:24:08 +03:00
|
|
|
"build:es": "tsc -p tsconfig.es.json",
|
2018-04-11 01:45:58 +03:00
|
|
|
"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",
|
2018-07-18 23:06:58 +03:00
|
|
|
"test:unit": "nyc mocha",
|
2018-04-11 01:45:58 +03:00
|
|
|
"test:tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts",
|
2018-05-16 23:31:17 +03:00
|
|
|
"prepare": "npm run build",
|
2018-05-17 01:50:44 +03:00
|
|
|
"publish-preview": "npm test && shx rm -rf dist/test && node ./.scripts/publish",
|
2018-08-21 23:23:16 +03:00
|
|
|
"local": "ts-node ./.scripts/local.ts",
|
|
|
|
"preview": "ts-node ./.scripts/preview.ts",
|
|
|
|
"latest": "ts-node ./.scripts/latest.ts"
|
2018-08-03 01:10:19 +03:00
|
|
|
},
|
|
|
|
"sideEffects": false
|
2018-05-22 23:24:29 +03:00
|
|
|
}
|