forked from stalniy/casl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "casl-monorepo",
"private": true,
"version": "0.0.0",
"scripts": {
"build.docs": "cd docs-src && NODE_ENV=production npm run build",
"coverage.submit": "codecov",
"postinstall": "npx husky@^5.0.0 install ./git-hooks"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.0",
"@babel/plugin-transform-typescript": "^7.10.0",
"@babel/preset-env": "^7.8.4",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-node-resolve": "^11.0.0",
"@typescript-eslint/eslint-plugin": "4.22.0",
"codecov": "^3.0.0",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.20.2",
"lint-staged": "^10.0.10",
"rollup": "^2.10.9",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^7.0.0",
"ts-jest": "^26.4.4",
"typescript": "~4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stalniy/casl.git"
}
}