forked from cho45/kicad-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.5 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
47
48
49
50
{
"name": "kicad-utils",
"version": "0.2.0",
"description": "",
"main": "dist/src/kicad-utils.js",
"bin": {
"kicad-utils": "dist/src/kicad-utils_cui.js"
},
"dependencies": {
"@types/minimist": "^1.2.0",
"@types/node": "^12.7.5",
"babel-polyfill": "^6.23.0",
"express": "^4.15.3",
"minimist": "^1.2.0",
"options": "0.0.6",
"url-search-params-polyfill": "^7.0.0",
"vue": "^2.4.2",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@types/mocha": "^5.2.7",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"canvas": "^2.6.0",
"espower-typescript": "^9.0.2",
"foreman": "^3.0.1",
"gh-pages": "^3.1.0",
"mocha": "^6.2.0",
"power-assert": "^1.4.4",
"source-map": "^0.7.3",
"ts-loader": "^6.1.0",
"typescript": "^3.6.3",
"uglify-save-license": "^0.4.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
},
"scripts": {
"watch": "./node_modules/.bin/nf start",
"test-one": "mocha --compilers ts:espower-typescript/guess ",
"test": "mocha --compilers ts:espower-typescript/guess test/**/*.ts # /* mocha must be installed as global... */ ",
"test__": "./node_modules/.bin/mocha --compilers ts:espower-typescript/guess test/**/*.ts"
},
"repository": "cho45/kicad-utils",
"author": "cho45 <cho45@lowreal.net> (http://www.lowreal.net/)",
"license": "GPL-2.0"
}