p-profiler/package.json

30 строки
612 B
JSON

{
"name": "p-profiler",
"version": "0.2.1",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"start": "tsc -w --preserveWatchOutput",
"release": "beachball publish",
"checkchange": "beachball check",
"change": "beachball change"
},
"repository": {
"url": "https://github.com/microsoft/p-profiler"
},
"devDependencies": {
"@types/node": "^14.0.5",
"beachball": "^2.0.0",
"typescript": "^3.8.3"
},
"beachball": {
"ignorePatterns": [
".*ignore",
".github/**",
"yarn.lock"
]
}
}