-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 1.15 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@adobe/spectrum-dna",
"description": "",
"type": "module",
"scripts": {
"moon": "moon",
"pre-commit": "lint-staged",
"prepare": "husky || true",
"release": "changeset publish",
"version": "changeset version && moon run :version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/spectrum-tokens.git"
},
"author": "Garth Braithwaite <[email protected]> (http://garthdb.com/)",
"contributors": [
"Aaron Brownlee <[email protected]> (https://misterbrownlee.com)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/spectrum-tokens/issues"
},
"homepage": "https://github.com/adobe/spectrum-tokens#readme",
"devDependencies": {
"@action-validator/core": "^0.6.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@moonrepo/cli": "^1.29.0",
"ava": "^6.1.3",
"glob": "^11.0.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
},
"engines": {
"node": "~20.12"
},
"packageManager": "[email protected]"
}