-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 942 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
{
"name": "xpda-dev",
"version": "0.1.0",
"description": "Cross platform desktop app development tools",
"main": "lib/index.js",
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"build:watch": "lerna run --parallel build:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michalzaq12/xpda-dev.git"
},
"keywords": [],
"author": "“Michał <“[email protected]”>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michalzaq12/xpda-dev/issues"
},
"homepage": "https://github.com/michalzaq12/xpda-dev#readme",
"devDependencies": {
"@salesforce/ts-sinon": "^1.1.0",
"@types/sinon": "^7.0.5",
"@types/tmp": "^0.1.0",
"ava": "^2.2.0",
"cross-env": "^5.2.0",
"lerna": "^3.16.4",
"sinon": "^7.4.1",
"tmp": "^0.1.0",
"ts-node": "^8.3.0",
"typescript": "^5.3.3"
}
}