UNPKG

792 BJSONView Raw
1{
2 "name": "@design-systems/clean",
3 "version": "2.0.3",
4 "description": "The clean command for @design-systems-cli",
5 "main": "dist/index.js",
6 "author": "Adam Dierkens <adam@dierkens.com>",
7 "license": "MIT",
8 "scripts": {
9 "build": "tsc --build",
10 "test": "../../packages/cli/bin/ds.js test"
11 },
12 "files": [
13 "dist"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/intuit/design-systems-cli.git"
18 },
19 "publishConfig": {
20 "access": "public"
21 },
22 "dependencies": {
23 "@design-systems/cli-utils": "^2.0.3",
24 "@design-systems/plugin": "^2.0.3",
25 "fast-glob": "3.2.4",
26 "fs-extra": "9.0.1",
27 "tslib": "2.0.1"
28 },
29 "devDependencies": {
30 "@types/fs-extra": "9.0.1"
31 },
32 "gitHead": "a6f30c9f4d5074bcc09424614112e32a01c01f21"
33}