UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@antv/util",
3 "version": "2.0.3",
4 "description": "A common util collection for antv projects",
5 "main": "lib/index.js",
6 "scripts": {
7 "build": "rm -rf lib && tsc",
8 "coverage": "npm run coverage-generator && npm run coverage-viewer",
9 "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts __tests__/mocha.opts",
10 "coverage-viewer": "torch-coverage",
11 "test": "torch --renderer --compile --opts __tests__/mocha.opts",
12 "test-live": "torch --compile --interactive --opts __tests__/mocha.opts",
13 "tsc": "tsc --noEmit",
14 "typecheck": "tsc --noEmit"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/antvis/util.git"
19 },
20 "keywords": [
21 "util",
22 "antv",
23 "g"
24 ],
25 "files": [
26 "lib"
27 ],
28 "publishConfig": {
29 "access": "public"
30 },
31 "author": "https://github.com/orgs/antvis/people",
32 "license": "ISC",
33 "bugs": {
34 "url": "https://github.com/antvis/util/issues"
35 },
36 "devDependencies": {
37 "@antv/torch": "^1.0.0",
38 "less": "^3.9.0"
39 },
40 "homepage": "https://github.com/antvis/util#readme",
41 "dependencies": {
42 }
43}