2020-06-18 00:21:52 +00:00
|
|
|
{
|
2022-03-01 16:35:24 +00:00
|
|
|
"private": false,
|
2020-06-18 00:21:52 +00:00
|
|
|
"name": "insomnia-testing",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2022-04-07 16:59:54 +00:00
|
|
|
"version": "2.12.0-beta.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",
|
2020-06-29 21:54:12 +00:00
|
|
|
"watch": "npm run build -- --watch",
|
2020-06-18 00:21:52 +00:00
|
|
|
"prepublish": "npm run build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
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
|
|
|
}
|