74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
|
"name": "@microsoft/dynamicproto-js",
|
|
"author": "Microsoft Application Insights Team",
|
|
"version": "2.0.5",
|
|
"description": "Microsoft Dynamic Proto Utility",
|
|
"keywords": [
|
|
"javascript",
|
|
"dynamic prototype",
|
|
"microsoft",
|
|
"typescript",
|
|
"inheritence",
|
|
"minification",
|
|
"application insights",
|
|
"rollup"
|
|
],
|
|
"main": "./dist/es5/node/dynamicproto-js.js",
|
|
"module": "./dist-es5/DynamicProto.js",
|
|
"types": "./types/DynamicProto.d.ts",
|
|
"directories": {
|
|
"doc": "./docs"
|
|
},
|
|
"scripts": {
|
|
"clean": "grunt clean",
|
|
"build": "npm run build:esm && npm run build:bundle && npm run lint",
|
|
"build:esm": "grunt dynamicproto",
|
|
"build:bundle": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
"rebuild": "npm run build",
|
|
"test": "grunt dynamicprototest",
|
|
"lint": "grunt lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/DynamicProto-JS.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/DynamicProto-JS/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/DynamicProto-JS#readme",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@nevware21/ts-utils": ">= 0.14.0 < 2.x"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/applicationinsights-rollup-es3" : "^1.0.1",
|
|
"@microsoft/dynamicproto-rollup": "1.0.0",
|
|
"grunt": "^1.6.1",
|
|
"grunt-cli": "^1.5.0",
|
|
"grunt-contrib-qunit": "^4.0.0",
|
|
"grunt-contrib-uglify": "^5.2.1",
|
|
"grunt-run": "^0.8.1",
|
|
"@nevware21/grunt-ts-plugin": "^0.5.2",
|
|
"@nevware21/grunt-eslint-ts": "^0.5.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"@types/node": "18.19.121",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"typescript": "^4.9.5",
|
|
"typedoc": "^0.26.6",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-replace": "^5.0.2",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"rollup-plugin-minify-es": "^1.1.1",
|
|
"rollup": "^3.20.0",
|
|
"uglify-js": "^3.13.7"
|
|
}
|
|
}
|