qpa-client/package.json

18 lines
348 B
JSON
Raw Normal View History

2018-03-30 16:12:42 +02:00
{
2018-05-16 20:48:38 +02:00
"name": "gcf-auth",
2018-10-05 21:27:50 +02:00
"private": true,
2018-03-30 16:12:42 +02:00
"version": "1.0.0",
"main": "index.js",
2018-05-16 20:48:38 +02:00
"repository": "git@gitlab.com:amiiit/gcf-auth.git",
"author": "Amit Jakubowicz <a.jakubowicz@travelaudience.com>",
2018-03-30 16:12:42 +02:00
"license": "MIT",
2019-03-11 13:39:16 +01:00
"resolutions": {
"@types/node": "11.11.0"
},
2018-10-05 21:27:50 +02:00
"workspaces": [
"packages/*",
"webapp",
2019-01-30 14:19:18 +01:00
"server"
2018-10-05 22:05:17 +02:00
]
}