2017-11-26 20:45:40 +00:00
|
|
|
{
|
2022-03-01 16:35:24 +00:00
|
|
|
"private": false,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "insomnia-prettify",
|
2022-08-02 16:25:13 +00:00
|
|
|
"version": "3.4.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "Prettification utilities for Insomnia",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-prettify"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"package.json",
|
|
|
|
"README.md"
|
|
|
|
],
|
2022-05-18 21:27:31 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@jest/globals": "^28.1.0",
|
|
|
|
"jest": "^28.1.0"
|
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"scripts": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"bootstrap": "npm run build",
|
2021-12-10 23:10:20 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
2021-05-12 06:35:00 +00:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
|
|
|
"build": "tsc --build tsconfig.build.json",
|
2018-07-25 16:06:24 +00:00
|
|
|
"test": "jest"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|