-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 955 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
37
38
39
40
{
"name": "@ccorsi/setup-sqlite",
"version": "1.0.0",
"description": "Setup Action for the sqlite distribution",
"main": "dist/main.js",
"scripts": {
"lint": "eslint src",
"prepare": "ncc build src/main.js -o dist",
"all": "npm run lint && npm run prepare && npm test",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccorsi/setup-sqlite.git"
},
"keywords": [
"GitHub",
"Actions",
"setup",
"native",
"sqlite"
],
"author": "Claudio Corsi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccorsi/setup-sqlite/issues"
},
"homepage": "https://github.com/ccorsi/setup-sqlite#readme",
"devDependencies": {
"@vercel/ncc": "^0.36.0",
"eslint": "^8.29.0",
"jest": "^29.3.1"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1",
"uuid": "^9.0.0"
}
}