Innovenergy_trunk/frontend/node_modules/testcafe-safe-storage/package.json

35 lines
838 B
JSON

{
"name": "testcafe-safe-storage",
"version": "1.1.2",
"description": "Encrypted storage for secrets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"workspaces": [
"test"
],
"scripts": {
"build": "tsc --build",
"test": "c8 mocha test/lib/**/*.js",
"lint": "eslint src/**/*.ts test/src/**/*.ts",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
},
"author": "DevExpress",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"c8": "^7.11.0",
"eslint": "^8.13.0",
"mocha": "^9.2.2",
"proxyquire": "^2.1.3",
"publish-please": "^5.5.2",
"typescript": "^4.6.3"
}
}