Files
pnpm/packages/constants/package.json
2019-05-31 03:00:03 +03:00

35 lines
829 B
JSON

{
"name": "@pnpm/constants",
"version": "1.0.1",
"description": "pnpm constants",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"lib"
],
"scripts": {
"test": "pnpm run tsc && tslint -c tslint.json -p .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
},
"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",
"devDependencies": {
"rimraf": "2.6.3",
"tslint": "5.17.0",
"typescript": "3.4.5"
}
}