p-graph/package.json

35 строки
728 B
JSON

{
"name": "p-graph",
"version": "1.1.2",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"start": "tsc -w --preserveWatchOutput",
"test": "jest",
"release": "beachball publish",
"checkchange": "beachball check",
"change": "beachball change"
},
"repository": {
"url": "https://github.com/microsoft/p-graph"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"beachball": "~2.31.0",
"jest": "^25.5.3",
"ts-jest": "^25.4.0",
"typescript": "~3.8.3"
},
"beachball": {
"ignorePatterns": [
".*ignore",
".github/**",
"jest.config.js",
"prettier.config.js",
"yarn.lock"
]
}
}