Files
pnpm/packages/constants/package.json
2020-05-23 16:29:04 +03:00

32 lines
802 B
JSON

{
"name": "@pnpm/constants",
"version": "4.0.0",
"description": "pnpm constants",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10.13"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants",
"keywords": [
"pnpm",
"constants"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/constants#readme",
"funding": "https://opencollective.com/pnpm"
}