UNPKG

2 kBJSONView Raw
1{
2 "name": "@antv/g-canvas",
3 "version": "0.5.2",
4 "description": "A canvas library which providing 2d",
5 "main": "lib/index.js",
6 "module": "esm/index.js",
7 "unpkg": "dist/g.min.js",
8 "types": "lib/index.d.ts",
9 "files": [
10 "package.json",
11 "esm",
12 "lib",
13 "dist",
14 "LICENSE",
15 "README.md"
16 ],
17 "scripts": {
18 "build": "npm run clean && run-p build:*",
19 "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
20 "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
21 "build:umd": "webpack --config webpack.config.js --mode production",
22 "clean": "rm -rf esm lib dist",
23 "coverage": "npm run coverage-generator && npm run coverage-viewer",
24 "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts tests/mocha.opts",
25 "coverage-viewer": "torch-coverage",
26 "test": "torch --renderer --compile --opts tests/mocha.opts",
27 "test-live": "torch --compile --interactive tests/unit",
28 "tsc": "tsc --noEmit",
29 "typecheck": "tsc --noEmit",
30 "dist": "webpack --config webpack.config.js --mode production"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/antvis/g.git"
35 },
36 "keywords": [
37 "util",
38 "antv",
39 "g"
40 ],
41 "publishConfig": {
42 "access": "public"
43 },
44 "author": "https://github.com/orgs/antvis/people",
45 "license": "ISC",
46 "bugs": {
47 "url": "https://github.com/antvis/g/issues"
48 },
49 "devDependencies": {
50 "@antv/torch": "^1.0.0",
51 "less": "^3.9.0",
52 "npm-run-all": "^4.1.5",
53 "webpack": "^4.26.1",
54 "webpack-cli": "^3.1.2"
55 },
56 "homepage": "https://github.com/antvis/g#readme",
57 "dependencies": {
58 "@antv/g-base": "^0.5.1",
59 "@antv/g-math": "^0.1.5",
60 "@antv/matrix-util": "^3.1.0-beta.1",
61 "@antv/path-util": "~2.0.5",
62 "@antv/util": "~2.0.0",
63 "gl-matrix": "^3.0.0"
64 },
65 "__npminstall_done": false,
66 "gitHead": "57770edc2ec71092953ff0d94d943b0894a971bb"
67}