2020-05-26 00:21:22 +03:00
|
|
|
{
|
|
|
|
"name": "p-profiler",
|
2020-10-20 00:06:39 +03:00
|
|
|
"version": "0.2.0",
|
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",
|
2020-05-26 00:34:13 +03:00
|
|
|
"test": "jest --passWithNoTests",
|
2020-05-26 00:21:22 +03:00
|
|
|
"release": "yarn build && yarn test && 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/jest": "^25.2.1",
|
|
|
|
"@types/node": "^14.0.5",
|
|
|
|
"beachball": "^1.31.0",
|
|
|
|
"jest": "^25.5.3",
|
|
|
|
"ts-jest": "^25.4.0",
|
|
|
|
"typescript": "^3.8.3"
|
|
|
|
}
|
|
|
|
}
|