37 lines
892 B
JSON
37 lines
892 B
JSON
{
|
|
"name": "@hoppscotch/data",
|
|
"version": "0.3.0",
|
|
"description": "Data Types, Validations and Migrations for Hoppscotch Public Data Structures",
|
|
"main": "dist/index.js",
|
|
"module": "true",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"prepare": "tsup src --dts"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./graphql": "./dist/graphql/index.js",
|
|
"./rest": "./dist/rest/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hoppscotch/hoppscotch.git"
|
|
},
|
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hoppscotch/hoppscotch/issues"
|
|
},
|
|
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.178",
|
|
"tsup": "^5.11.11"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|