mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@protobuf-ts/runtime",
|
|
"version": "2.9.4",
|
|
"description": "Runtime library for code generated by the protoc plugin \"protobuf-ts\"",
|
|
"license": "(Apache-2.0 AND BSD-3-Clause)",
|
|
"author": "Timo Stamm <ts@timostamm.com>",
|
|
"homepage": "https://github.com/timostamm/protobuf-ts",
|
|
"keywords": [
|
|
"Protocol Buffers",
|
|
"protobuf",
|
|
"TypeScript",
|
|
"bigint",
|
|
"Reflection"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/timostamm/protobuf-ts.git",
|
|
"directory": "packages/runtime"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./build/commonjs/index.js",
|
|
"module": "./build/es2015/index.js",
|
|
"typings": "./build/types/index.d.ts",
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"@types/jasmine": "^3.5.10",
|
|
"jasmine": "^3.5.0",
|
|
"jasmine-spec-reporter": "^5.0.2",
|
|
"karma": "^6.3.16",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-jasmine": "^3.3.1",
|
|
"karma-typescript": "^5.0.3",
|
|
"ts-node": "^8.10.2",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tslib": ">=1.6.1",
|
|
"typescript": ">=3.8.3 <4"
|
|
},
|
|
"gitHead": "1798e0d43c31eafb4b5877ef72f05abb87456823"
|
|
}
|