-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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
{
"name": "vivio",
"version": "0.0.10",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/index.js",
"dist/index.d.ts",
"dist/src"
],
"scripts": {
"test": "mocha dist/test --recursive",
"prepublish": "tsc && mocha dist/test --recursive",
"dev": "concurrently 'mocha dist/test --recursive -w' 'tsc -w'",
"diag": "tsc --noEmit --diagnostics --lib es5,dom,es2015.promise"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.33",
"@types/sinon-chai": "^2.7.26",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
"mocha": "^3.2.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"typescript": "^2.1.4"
},
"dependencies": {
"vue": "^2.1.6",
"vue-hot-reload-api": "^2.0.6",
"vue-router": "^2.1.1"
}
}