/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/test/expected_package.json
42 строки
909 B
Alan Agius
build: define typescript version via string in module.bazel file
28 авг 2025, 12:24
28 авг 2025, 12:24
0a450ca
Код
Авторство
О чём код?
{ "name": "project", "version": "0.0.0-SNAPSHOT", "description": "Project package.json", "main": "project/index.js", "bin": { "projectfoo": "./bin/project-foo.js" }, "keywords": [ "a", "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" }, "ng-update": { "migrations": "@project/migration-collection.json", "packageGroup": { "@project/abc": "0.0.0" } }, "engines": { "node": "0.0.0-ENGINES-NODE", "npm": "0.0.0-ENGINES-NPM", "yarn": "0.0.0-ENGINES-YARN" } }