-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.35 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
{
"name": "pyrite-prism",
"version": "3.1.0",
"description": "Prims",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"test:watch": "./node_modules/.bin/mocha --recursive -r source-map-support/register -r ts-node/register --bail --watch ./test/**/*.spec.ts --watch-extensions ts",
"test": "./node_modules/.bin/mocha --recursive -r ts-node/register --bail ./test/**/*.spec.ts",
"build": "./node_modules/typescript/bin/tsc",
"watch": "./node_modules/webpack/bin/webpack.js --watch",
"cover": "./node_modules/nyc/bin/nyc.js npm test"
},
"author": "Francisco Jesus Navarro",
"license": "MIT",
"dependencies": {
"@types/prismjs": "^1.6.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"prismjs": "^1.8.4",
"pyrite": "^3.0.0",
"style-loader": "^0.19.0"
},
"devDependencies": {
"babel-minify-webpack-plugin": "^0.2.0",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"html-webpack-plugin": "^2.30.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^3.1.1",
"typescript": "^2.6.1",
"webpack": "^3.3.0",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"chai": "^4.1.2",
"jsdom": "11.3.0",
"jsdom-global": "3.0.2",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"ts-node": "^3.3.0"
}
}