mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"name": "@hypersphere/sqlseal",
|
|
"version": "0.21.0",
|
|
"description": "",
|
|
"types": "dist/types-package/src/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepare": "npm run build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.0.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|