This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
webcrypto/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2019-01-25 10:43:13 +00:00
{
"name": "webcrypto",
"private": true,
"description": "",
"workspaces": [
"packages/*"
2020-11-25 10:31:37 +00:00
],
2019-01-25 10:43:13 +00:00
"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"
2019-01-25 10:43:13 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/webcrypto.git"
},
"author": "",
2019-01-25 10:43:13 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/PeculiarVentures/webcrypto/issues"
},
"homepage": "https://github.com/PeculiarVentures/webcrypto#readme",
"devDependencies": {
2022-05-12 11:27:11 +00:00
"@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",
2022-02-24 20:39:41 +00:00
"rollup-plugin-typescript2": "^0.31.2",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3"
2019-01-25 10:43:13 +00:00
}
2020-03-15 09:43:47 +00:00
}