-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 945 Bytes
/
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
{
"name": "pta-journal",
"version": "1.1.3",
"description": "Plain text accounting journal JS apis",
"main": "build/index.js",
"scripts": {
"test": "jest",
"release": "lerna publish",
"prepare": "husky install",
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"lint": "eslint .",
"postinstall": "lerna bootstrap",
"prepublishOnly": "lerna run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kajyr/pta-tools.git"
},
"author": "Carlo 'kajyr' <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kajyr/pta-tools/issues"
},
"homepage": "https://github.com/kajyr/pta-tools#readme",
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/node": "^18.8.2",
"husky": "^8.0.1",
"jest": "^29.1.2",
"lerna": "^5.5.4",
"ts-jest": "^29.0.3",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
}
}