44 строки
1.1 KiB
JSON
44 строки
1.1 KiB
JSON
{
|
|
"name": "generator-overreact-odata",
|
|
"version": "0.1.0-alpha.26",
|
|
"description": "Yeoman generator for overreact-odata specs",
|
|
"main": "generator/index.js",
|
|
"keywords": [
|
|
"yeoman-generator",
|
|
"odata"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/overreact-core.git"
|
|
},
|
|
"author": "Like Zhu",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/overreact-core/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/overreact-core#readme",
|
|
"dependencies": {
|
|
"@microsoft/overreact": "^0.1.0-alpha.26",
|
|
"@microsoft/overreact-odata": "^0.1.0-alpha.26",
|
|
"bluebird": "^3.7.2",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"node-fetch": "^2.6.1",
|
|
"pluralize": "^8.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"underscore": "^1.10.2",
|
|
"uuid": "^3.3.3",
|
|
"xml2js": "^0.4.23",
|
|
"yeoman-generator": "^5.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|