p-profiler/package.json

27 строки
649 B
JSON
Исходник Обычный вид История

{
"name": "p-profiler",
2020-10-20 00:06:39 +03:00
"version": "0.2.0",
"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",
"release": "yarn build && yarn test && beachball publish",
2020-10-20 00:05:00 +03:00
"checkchange": "beachball check",
"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"
}
}