-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 Bytes
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
{
"name": "examples",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "npx vuilder test --config test/vite.node.json",
"run": "./node_modules/.bin/ts-node "
},
"author": "charles@vite.org",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai-like": "^1.1.1",
"@types/chai-things": "^0.0.35",
"chai-as-promised": "^7.1.1",
"@types/mocha": "^9.0.0",
"@types/node": "^14.6.2",
"axios": "^0.21.4",
"chai": "^4.3.4",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"get-stream": "^6.0.1",
"mocha": "^9.1.1",
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"dependencies": {
"@vite/vuilder": "^0.1.0-alpha.12",
"@vite/solppc": "0.8.0-alpha.4"
}
}