-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 KB
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
43
44
45
46
47
{
"name": "aurelius",
"version": "0.5.0",
"description": "Claude Code-integrated React app development framework with specialized agents, skills, and Figma-to-React pipeline",
"private": true,
"type": "module",
"scripts": {
"release": "commit-and-tag-version",
"release:minor": "commit-and-tag-version --release-as minor",
"release:major": "commit-and-tag-version --release-as major",
"release:patch": "commit-and-tag-version --release-as patch",
"release:dry": "commit-and-tag-version --dry-run",
"release:first": "commit-and-tag-version --first-release",
"new-app": "node scripts/create-app.js",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://github.com/PMDevSolutions/Aurelius.git"
},
"keywords": [
"claude-code",
"react",
"figma",
"chrome-extension",
"template"
],
"author": "PAMulligan",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^10.0.1",
"@stryker-mutator/core": "^9.6.1",
"@stryker-mutator/typescript-checker": "^9.6.1",
"@stryker-mutator/vitest-runner": "^9.6.1",
"commit-and-tag-version": "^12.7.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"pixelmatch": "^7.1.0",
"pngjs": "^7.0.0",
"prettier": "^3.8.1",
"ts-morph": "^28.0.0",
"vitest": "^4.1.2"
}
}