2020-05-26 00:21:22 +03:00
|
|
|
{
|
|
|
|
"name": "p-profiler",
|
2020-10-20 00:15:46 +03:00
|
|
|
"version": "0.2.1",
|
2020-05-26 00:21:22 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc -w --preserveWatchOutput",
|
2023-02-21 23:28:12 +03:00
|
|
|
"release": "beachball publish",
|
2020-10-20 00:05:00 +03:00
|
|
|
"checkchange": "beachball check",
|
2020-05-26 00:21:22 +03:00
|
|
|
"change": "beachball change"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/microsoft/p-profiler"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^14.0.5",
|
2023-02-21 23:28:12 +03:00
|
|
|
"beachball": "^2.0.0",
|
2020-05-26 00:21:22 +03:00
|
|
|
"typescript": "^3.8.3"
|
2023-02-21 23:28:12 +03:00
|
|
|
},
|
|
|
|
"beachball": {
|
|
|
|
"ignorePatterns": [
|
|
|
|
".*ignore",
|
|
|
|
".github/**",
|
|
|
|
"yarn.lock"
|
|
|
|
]
|
2020-05-26 00:21:22 +03:00
|
|
|
}
|
|
|
|
}
|