-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 866 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 866 Bytes
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
{
"name": "codegem-machine-svg",
"version": "1.0.2",
"description": "",
"main": "./build/index.js",
"types": "./build",
"type": "module",
"files": [
"build"
],
"scripts": {
"build": "rimraf build && tsc",
"release": "pnpm renew-it"
},
"keywords": [],
"author": "ben",
"license": "ISC",
"peerDependencies": {
"codegem": "^0.1.3",
"codegem-load-file": "0.0.7-beta.5",
"prettier": "^2.8.8"
},
"dependencies": {
"codegem": "^0.1.3",
"codegem-load-file": "0.0.7-beta.5",
"prettier": "^2.8.8"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/prettier": "^2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"renew-it": "^1.5.2",
"rimraf": "^5.0.1",
"tsm": "^2.3.0",
"typescript": "^5.2.2"
}
}