-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
{
"name": "materializerjs",
"version": "1.1.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kfiroo/materializer.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "kfiroo <kfirg@wix.com>",
"license": "MIT",
"files": [
"dist",
"src"
],
"bin": {
"benchmark": "scripts/benchmark-all.js"
},
"scripts": {
"build": "tsc",
"test": "jest",
"benchmark": "yarn build && node ./scripts/benchmark-all.js"
},
"dependencies": {},
"description": "",
"bugs": {
"url": "https://github.com/kfiroo/materializer/issues"
},
"homepage": "https://github.com/kfiroo/materializer#readme",
"directories": {
"test": "test"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.20",
"@types/source-map-support": "^0.5.3",
"jest": "^26.6.3",
"lodash": "^4.17.20",
"source-map-support": "^0.5.19",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}