UNPKG

796 BJSONView Raw
1{
2 "name": "@design-systems/clean",
3 "version": "1.10.0",
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": "^1.10.0",
24 "@design-systems/plugin": "^1.10.0",
25 "fast-glob": "3.2.2",
26 "fs-extra": "9.0.1",
27 "tslib": "1.11.1"
28 },
29 "devDependencies": {
30 "@types/fs-extra": "9.0.1"
31 },
32 "gitHead": "9f77b5a400e3231bcfb3f16554c2661f32ccf336"
33}