-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@zeplin/cli-connect-angular-plugin",
"version": "0.1.8",
"description": "Zeplin CLI Connected Components - Angular Plugin",
"main": "./dist/src/index",
"scripts": {
"test": "jest",
"build": "rimraf dist/ && tsc && copyfiles -u 1 src/template/** dist/src",
"lint": "eslint --ext .js,.ts .",
"prepare": "npm run build"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zeplin/cli-connect-angular-plugin.git"
},
"bugs": {
"url": "https://github.com/zeplin/cli-connect-angular-plugin/issues"
},
"homepage": "https://github.com/zeplin/cli-connect-angular-plugin#readme",
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.5",
"@types/pug": "^2.0.4",
"@types/update-notifier": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"@zeplin/cli": "^1.1.6",
"@zeplin/eslint-config": "^2.2.0",
"copyfiles": "^2.3.0",
"eslint": "^6.8.0",
"eslint-import-resolver-typescript": "^2.0.0",
"husky": "^3.0.9",
"jest": "^26.6.3",
"prop-types": "^15.7.2",
"rimraf": "^2.6.3",
"ts-jest": "^26.5.4",
"typescript": "^3.9.7"
},
"dependencies": {
"@compodoc/compodoc": "^1.1.11",
"execa": "^5.0.0",
"fs-extra": "^8.1.0",
"pug": "^3.0.2",
"update-notifier": "^4.1.3"
}
}