insomnia/packages/insomnia-testing/package.json
2023-09-27 12:14:38 +02:00

26 lines
670 B
JSON

{
"private": true,
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "8.0.0-beta.1",
"author": "Kong <office@konghq.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/Kong/insomnia.git",
"directory": "packages/insomnia-testing"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"test": "jest",
"build": "tsc --build tsconfig.build.json",
"watch": "npm run build -- --watch"
},
"homepage": "https://github.com/Kong/insomnia#readme",
"description": ""
}