Blame view

天文台pc/tianwentai-ui/node_modules/motion-utils/package.json 939 Bytes
bc518174   王天杨   提交两个项目文件
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
  {
      "name": "motion-utils",
      "version": "12.36.0",
      "author": "Matt Perry",
      "license": "MIT",
      "repository": "https://github.com/motiondivision/motion",
      "main": "./dist/cjs/index.js",
      "types": "./dist/index.d.ts",
      "module": "./dist/es/index.mjs",
      "sideEffects": false,
      "exports": {
          ".": {
              "types": "./dist/index.d.ts",
              "require": "./dist/cjs/index.js",
              "import": "./dist/es/index.mjs",
              "default": "./dist/cjs/index.js"
          }
      },
      "scripts": {
          "clean": "rm -rf types dist lib",
          "build": "yarn clean && tsc -p . && rollup -c",
          "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
          "test": "jest --config jest.config.json --max-workers=2"
      },
      "gitHead": "cb86cf385a9c4a9b1202646577ba67800e72cde4"
  }