mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"private": false,
|
|
"name": "insomnia-testing",
|
|
"license": "Apache-2.0",
|
|
"version": "3.3.0-beta.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-testing"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"bootstrap": "npm run build",
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
"postclean": "rimraf dist",
|
|
"test": "jest",
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"watch": "npm run build -- --watch",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^28.1.0",
|
|
"@types/chai": "^4.2.15",
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/mocha": "^8.2.1",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"dependencies": {
|
|
"chai": "^4.3.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mocha": "^8.3.2"
|
|
}
|
|
}
|