58 строки
1.6 KiB
JSON
58 строки
1.6 KiB
JSON
{
|
|
"name": "@microsoft/dynamicproto-rollup",
|
|
"description": "Microsoft Dynamic Proto Utility Rollup",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"javascript",
|
|
"dynamic prototype",
|
|
"microsoft",
|
|
"typescript",
|
|
"inheritence",
|
|
"minification",
|
|
"application insights"
|
|
],
|
|
"main": "dist/node/removedynamic.js",
|
|
"module": "dist-es5/removeDynamic.js",
|
|
"types": "types/removeDynamic.d.ts",
|
|
"directories": {
|
|
},
|
|
"scripts": {
|
|
"clean": "grunt clean",
|
|
"build": "npm run build:esm && npm run build:bundle",
|
|
"build:esm": "grunt rollup",
|
|
"build:bundle": "rollup -c rollup.config.js",
|
|
"rebuild": "npm run build && copyfiles package.json ../lib/tools/rollup"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/DynamicProto-JS.git"
|
|
},
|
|
"author": "Microsoft Application Insights Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/DynamicProto-JS/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/DynamicProto-JS#readme",
|
|
"dependencies": {
|
|
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-qunit": "^4.0.0",
|
|
"grunt-contrib-uglify": "^5.0.1",
|
|
"grunt-run": "^0.8.1",
|
|
"@nevware21/grunt-ts-plugin": "^0.3.0",
|
|
"typedoc": "^0.23.25",
|
|
"typescript": "^4.9.5",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"rollup-plugin-cleanup": "3.2.1",
|
|
"rollup-plugin-minify-es": "^1.1.1",
|
|
"rollup": "^2.32.0",
|
|
"magic-string": "^0.25.5",
|
|
"copyfiles": "^2.4.1"
|
|
}
|
|
}
|