зеркало из https://github.com/Azure/cosmos-sign.git
50 строки
1.2 KiB
JSON
50 строки
1.2 KiB
JSON
{
|
|
"name": "@azure/cosmos-sign",
|
|
"version": "1.0.2",
|
|
"description": "Utility for signing Azure Cosmos keys",
|
|
"browser": "./lib/browser.js",
|
|
"main": "./lib/node.js",
|
|
"types": "./lib/node.d.ts",
|
|
"scripts": {
|
|
"compile": "rimraf lib && tsc",
|
|
"build": "npm run check-format && npm run compile && npm run test && webpack && bundlesize",
|
|
"test": "node lib/browser.test.js && node lib/node.test.js",
|
|
"format": "prettier --write \"src/**/*.ts\"",
|
|
"check-format": "prettier --list-different \"src/**/*.ts\"",
|
|
"prepack": "npm install && npm run compile"
|
|
},
|
|
"keywords": [
|
|
"Azure",
|
|
"Cosmos"
|
|
],
|
|
"files": [
|
|
"lib/*"
|
|
],
|
|
"repository": "Azure/cosmos-sign",
|
|
"bugs": "https://github.com/Azure/cosmos-sign",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/crypto-js": "3.1.43",
|
|
"@types/node": "10.12.9",
|
|
"bundlesize": "0.17.0",
|
|
"prettier": "1.15.2",
|
|
"rimraf": "2.6.2",
|
|
"typescript": "3.1.6",
|
|
"webpack": "4.25.1",
|
|
"webpack-cli": "3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "3.1.9-1"
|
|
},
|
|
"bundlesize": [
|
|
{
|
|
"path": "./bundle.js",
|
|
"maxSize": "3.2 kB"
|
|
}
|
|
],
|
|
"prettier": {
|
|
"semi": false
|
|
}
|
|
}
|