-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 894 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
{
"name": "libyear-node-action",
"scripts": {
"build": "tsc && ncc build lib/src/run -o dist/main && ncc build node_modules/libyear/bin/libyear -o dist/libyear",
"lint-prettier": "prettier -c src/**/* test/**/*.ts",
"lint": "npm run lint-prettier",
"lint:fix": "prettier -w src/**/* test/**/*.ts",
"test": "jest --projects test/jest.config.js --runInBand --verbose"
},
"devDependencies": {
"@types/git-url-parse": "^9.0.0",
"@types/jest": "^25.2.3",
"@types/node": "^12.20.13",
"@zeit/ncc": "^0.20.5",
"dotenv": "^8.6.0",
"git-url-parse": "^11.4.4",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"ts-jest": "^26.5.6",
"ts-node": "^8.10.2",
"typescript": "^4.2.4"
},
"dependencies": {
"@actions/io": "^1.1.0",
"fp-ts": "^2.10.5",
"io-ts": "^2.2.16",
"isomorphic-git": "^1.8.2",
"libyear": "^0.6.2"
}
}