-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 903 Bytes
/
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": "@just-buidl-it/svg-art",
"version": "1.0.1",
"private": false,
"main": "dist/index.js",
"author": "coreyar",
"license": "MIT",
"repository": {
"url": "https://github.com/just-buidl-it/svg-art"
},
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"paper": "^0.12.17",
"paper-jsdom-canvas": "^0.12.17"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.0",
"@types/node": "^20.8.9",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^22.0.6",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
},
"peerDependenciesMeta": {
"paper-jsdom": {
"optional": true
},
"paper-jsdom-canvas": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"paper": "^0.12.17"
}
}