43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "webcrypto",
|
|
"private": true,
|
|
"description": "",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"build": "lerna run build",
|
|
"rebuild": "lerna run rebuild",
|
|
"pack": "lerna exec npm pack",
|
|
"clear": "lerna run clear",
|
|
"upgrade": "yarn upgrade-interactive --latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/PeculiarVentures/webcrypto.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/PeculiarVentures/webcrypto/issues"
|
|
},
|
|
"homepage": "https://github.com/PeculiarVentures/webcrypto#readme",
|
|
"devDependencies": {
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "^17.0.27",
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
"eslint": "^8.14.0",
|
|
"mocha": "^9.2.2",
|
|
"rollup": "^2.70.2",
|
|
"rollup-plugin-dts": "^4.2.1",
|
|
"rollup-plugin-typescript2": "^0.31.2",
|
|
"ts-node": "^10.7.0",
|
|
"tsconfig-paths": "^3.14.1",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|