This commit is contained in:
parent
daf6c58764
commit
71d5894598
1 changed files with 16 additions and 0 deletions
16
package.json
16
package.json
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "gxc-renderer-base",
|
||||
"version": "0.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue