0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/schemas/package.json

21 lines
373 B
JSON
Raw Normal View History

2021-06-22 06:49:19 -05:00
{
"name": "@logto/schemas",
"version": "1.0.0",
"main": "lib/index.js",
"repository": "https://github.com/logto-io/schemas",
"author": "Logto",
"license": "UNLICENSED",
"scripts": {
"build": "tsc",
"lint": "xo src/"
},
"engines": {
"node": "14",
"yarn": "1"
},
"devDependencies": {
"typescript": "^4.3.4",
"xo": "0.39.1"
}
}