2020-06-18 00:21:52 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2020-06-18 00:21:52 +00:00
|
|
|
"name": "insomnia-testing",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2023-01-12 12:02:13 +00:00
|
|
|
"version": "3.9.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-testing"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2020-06-18 00:21:52 +00:00
|
|
|
"main": "dist/index.js",
|
2021-05-12 06:35:00 +00:00
|
|
|
"types": "dist/index.d.ts",
|
2020-06-18 00:21:52 +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",
|
2020-06-18 00:21:52 +00:00
|
|
|
"test": "jest",
|
2022-04-18 15:27:39 +00:00
|
|
|
"build": "tsc --build tsconfig.build.json",
|
2022-10-27 15:55:30 +00:00
|
|
|
"watch": "npm run build -- --watch"
|
2020-06-18 00:21:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-19 14:12:37 +00:00
|
|
|
"@jest/globals": "^28.1.0",
|
2021-05-12 06:35:00 +00:00
|
|
|
"@types/chai": "^4.2.15",
|
2021-05-18 21:21:52 +00:00
|
|
|
"@types/mkdirp": "^1.0.1",
|
2021-05-12 06:35:00 +00:00
|
|
|
"@types/mocha": "^8.2.1",
|
2022-04-18 15:27:39 +00:00
|
|
|
"typescript": "^4.5.5"
|
2020-06-18 00:21:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"chai": "^4.3.4",
|
2021-05-18 21:21:52 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-05-12 06:35:00 +00:00
|
|
|
"mocha": "^8.3.2"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2020-06-18 00:21:52 +00:00
|
|
|
}
|