Files
codeql-action/node_modules/@pkgr/core/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
784 B
JSON
Raw Normal View History

2023-01-18 20:50:03 +00:00
{
2024-12-03 18:37:29 +00:00
"name": "@pkgr/core",
"version": "0.1.1",
2023-01-18 20:50:03 +00:00
"type": "module",
2024-12-03 18:37:29 +00:00
"description": "Shared core module for `@pkgr` packages or any package else",
2023-01-18 20:50:03 +00:00
"repository": "git+https://github.com/un-ts/pkgr.git",
2024-12-03 18:37:29 +00:00
"homepage": "https://github.com/un-ts/pkgr/blob/master/packages/core",
2023-01-18 20:50:03 +00:00
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
"funding": "https://opencollective.com/unts",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
"types": "./lib/index.d.ts",
"files": [
2024-12-03 18:37:29 +00:00
"lib"
2023-01-18 20:50:03 +00:00
],
"publishConfig": {
"access": "public"
},
"sideEffects": false
}