github-pages-deploy-action/node_modules/jest-docblock/package.json

33 lines
618 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "jest-docblock",
2020-04-30 20:40:07 +08:00
"version": "25.3.0",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-docblock"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
2020-03-31 20:42:07 +08:00
},
"dependencies": {
"detect-newline": "^3.0.0"
},
"devDependencies": {
"@types/node": "*"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-04-30 20:40:07 +08:00
"gitHead": "45a4936d96d74cdee6b91122a51a556e3ebe6dc8"
2020-03-31 20:42:07 +08:00
}