-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@askcodebase/common",
"version": "1.1.17",
"description": "Common types, definitions for AskCodebase client and server.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jipitiai/askcodebase-common.git"
},
"keywords": [
"askcodebase",
"common",
"types",
"definitions",
"client",
"server"
],
"author": "shiqimei",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/jipitiai/askcodebase-common/issues"
},
"homepage": "https://github.com/jipitiai/askcodebase-common#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"conventional-changelog": "^4.0.0",
"conventional-changelog-cli": "^3.0.0",
"husky": "^8.0.3",
"typescript": "^5.1.6"
}
}