2021-11-23 19:50:07 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hoppscotch/data",
|
2022-03-14 19:14:26 +00:00
|
|
|
"version": "0.4.1",
|
2021-11-23 19:50:07 +00:00
|
|
|
"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",
|
2022-02-15 18:16:01 +00:00
|
|
|
"./rest": "./dist/rest/index.js",
|
|
|
|
|
"./rawKeyValue": "./dist/rawKeyValue.js",
|
|
|
|
|
"./collection": "./dist/index.js",
|
|
|
|
|
"./environment": "./dist/environment.js"
|
2021-11-23 19:50:07 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/hoppscotch/hoppscotch.git"
|
|
|
|
|
},
|
2022-01-24 00:14:10 +00:00
|
|
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
2021-11-23 19:50:07 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/hoppscotch/hoppscotch/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
|
|
|
|
|
"devDependencies": {
|
2022-02-27 14:49:28 +00:00
|
|
|
"@types/lodash": "^4.14.179",
|
2022-03-14 06:08:24 +00:00
|
|
|
"tsup": "^5.12.1"
|
2022-01-05 10:43:13 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-02-15 18:16:01 +00:00
|
|
|
"fp-ts": "^2.11.8",
|
|
|
|
|
"io-ts": "^2.2.16",
|
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
|
"parser-ts": "^0.6.16"
|
2021-11-23 19:50:07 +00:00
|
|
|
}
|
|
|
|
|
}
|