-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1006 Bytes
/
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
{
"name": "lottie-schema",
"version": "1.0.4",
"description": "",
"files": [
"dist"
],
"main": "dist/lottie-schema.js",
"module": "dist/lottie-schema.esm.js",
"unpkg": "dist/lottie-schema.umd.js",
"authors": {
"name": "",
"email": ""
},
"repository": "/lottie-schema",
"scripts": {
"dev": "umi doc dev",
"build": "umi lib build",
"build:w": "umi lib build -w",
"deploy": "gh-pages -d schema",
"test": "umi-test",
"test:w": "umi-test --watch",
"test-cov": "nyc --reporter=clover npm run test -- --coverage",
"test-travis": "npm run test-cov"
},
"devDependencies": {
"@types/jest": "^24.0.9",
"gh-pages": "^2.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.1",
"nyc": "^14.1.1",
"umi": "^2.0.0",
"umi-plugin-library": "^1.0.1-0",
"umi-test": "^1.4.4"
},
"license": "MIT",
"dependencies": {
"immutability-helper": "^3.0.1",
"lodash": "^4.17.15"
}
}