-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "dob",
"version": "2.5.10",
"description": "",
"main": "dist/src/index.js",
"types": "src/index.tsx",
"scripts": {
"test": "pri test",
"posttest": "codecov -f coverage/*.json -t bc4c34e2-24cb-4b05-8b97-7f30395e642b",
"start": "pri dev",
"tslint": "tslint './src/**/*.?(ts|tsx)'",
"build": "pri build",
"docs": "pri docs",
"bundle": "pri bundle",
"preview": "pri preview",
"analyse": "pri analyse",
"format": "tslint --fix './src/**/*.?(ts|tsx)' && prettier --write './src/**/*.?(ts|tsx)'",
"prepublishOnly": "npm run build",
"release": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dobjs/dob.git"
},
"author": "ascoders",
"license": "ISC",
"bugs": {
"url": "https://github.com/dobjs/dob/issues"
},
"homepage": "https://github.com/dobjs/dob#readme",
"devDependencies": {
"todomvc-app-css": "^2.1.0",
"pri": "^1.0.0-beta70"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"dependency-inject": "^1.1.5",
"lodash.clonedeep": "^4.5.0"
},
"pre-commit": [
"tslint"
],
"pri": {
"type": "component"
}
}