UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

37 lines 829 B
{ "name": "@pnpm/constants", "version": "7.1.1", "description": "pnpm constants", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=16.14" }, "files": [ "lib", "!*.map" ], "repository": "https://github.com/pnpm/pnpm/blob/main/packages/constants", "keywords": [ "pnpm8", "pnpm", "constants" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/constants#readme", "funding": "https://opencollective.com/pnpm", "devDependencies": { "@pnpm/constants": "7.1.1" }, "exports": { ".": "./lib/index.js" }, "scripts": { "test": "pnpm run compile", "lint": "eslint \"src/**/*.ts\"", "compile": "tsc --build && pnpm run lint --fix" } }