mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 11:06:54 +08:00
35 lines
702 B
JSON
35 lines
702 B
JSON
{
|
|
"name": "julia-runtest",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "JavaScript template action",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/javascript-template.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "David Anthoff",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.0",
|
|
"@actions/exec": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.18",
|
|
"@types/node": "^12.7.5",
|
|
"jest": "^24.9.0",
|
|
"jest-circus": "^24.9.0",
|
|
"ts-jest": "^24.1.0",
|
|
"typescript": "^3.6.3"
|
|
}
|
|
}
|