/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/test/project_package.json
39 строк
840 B
Derek Cormier
build: perform package.json substitutions in bazel build
10 янв 2022, 21:25
10 янв 2022, 21:25
4b5c52b
Код
Авторство
О чём код?
{ "name": "project", "version": "0.0.0-SNAPSHOT", "description": "Project package.json", "main": "project/index.js", "bin": { "projectfoo": "./bin/project-foo.js" }, "keywords": [ "b", "c" ], "scripts": { "build": "node project-build-script" }, "repository": { "type": "git", "url": "https://github.com/angular/angular-cli.git" }, "author": "Angular Authors", "license": "MIT", "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, "homepage": "https://github.com/angular/angular-cli", "dependencies": { "@project/foo": "1.0.0", "@project/bar": "2.0.0" }, "devDependencies": { "@project/devdep": "1.2.3" }, "ng-update": { "migrations": "@project/migration-collection.json", "packageGroup": { "@project/abc": "0.0.0" } } }