1
0
Fork 0
toolkit/packages/core/package.json

35 lines
726 B
JSON
Raw Normal View History

2019-05-16 20:40:21 +00:00
{
"name": "@actions/core",
"version": "1.0.0",
"description": "Actions core lib",
"keywords": [
"core",
"actions"
],
"author": "Bryan MacFarlane <bryanmac@microsoft.com>",
2019-05-16 21:16:39 +00:00
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
2019-05-16 20:40:21 +00:00
"license": "MIT",
"main": "lib/lib.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
}
}