-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 799 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 799 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
{
"name": "codegem-machine-taro-router",
"version": "1.1.1",
"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",
"dependencies": {
"codegem-load-file": "0.0.7-beta.5",
"prettier": "^2.8.8"
},
"peerDependencies": {
"codegem-load-file": "0.0.7-beta.5",
"prettier": "^2.8.8"
},
"devDependencies": {
"@types/prettier": "^2",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"renew-it": "^1.5.2",
"rimraf": "^5.0.1",
"typescript": "^4.9"
}
}