UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@antv/dw-transform",
3 "version": "0.1.3-beta.3",
4 "description": "",
5 "browser": "dist/index.js",
6 "main": "lib/index.js",
7 "module": "es/index.js",
8 "typings": "typings/dw-transform.d.ts",
9 "scripts": {
10 "build": "rm -rf lib && tsc --pretty",
11 "module": "rm -rf es && tsc -t ES5 -m ESNext --outDir es",
12 "prepublish": "npm run module && npm run build && npm run api && npm run pack",
13 "api": "rm -rf typings && api-extractor run -v",
14 "pack": "webpack --config=webpack.config.js",
15 "lint": "eslint --ext .ts src __tests__"
16 },
17 "dependencies": {
18 "@antv/dw-analyzer": "^0.1.3-beta.2",
19 "@antv/dw-random": "^0.1.3-alpha.19",
20 "@antv/util": "^2.0.0",
21 "regression": "^2.0.0",
22 "simple-statistics": "^7.0.0",
23 "tslib": "^1.9.3"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "license": "MIT",
29 "keywords": [],
30 "author": "AFX",
31 "devDependencies": {
32 "@babel/core": "^7.4.5",
33 "@babel/plugin-proposal-class-properties": "^7.4.4",
34 "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
35 "@babel/preset-env": "^7.4.5",
36 "@babel/preset-typescript": "^7.7.4",
37 "@microsoft/api-extractor": "^7.8.0",
38 "@types/regression": "^2.0.0",
39 "babel-loader": "^8.0.6",
40 "typescript": "^3.2.2",
41 "webpack": "^4.41.2",
42 "webpack-cli": "^3.3.9"
43 },
44 "gitHead": "8145602ccb09789457f220a9f5a20afffe24dcf4"
45}