-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 883 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
{
"name": "grraf",
"version": "1.0.16",
"description": "A visualization and graphing library written in TypeScript",
"repository": "https://github.com/skeryl/grraf.git",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc --declaration",
"build-examples": "webpack",
"watch-examples": "webpack --watch",
"start:examples": "webpack-dev-server",
"test": "jest"
},
"author": "Shane Carroll",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/jsdom": "^12.2.4",
"canvas": "^2.5.0",
"inline-source-map": "^0.6.2",
"jest": "^24.8.0",
"jsdom": "^15.1.1",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"license": "ISC"
}