Modrinth/packages/assets/package.json
2024-07-04 21:46:29 -07:00

16 lines
292 B
JSON

{
"name": "@modrinth/assets",
"version": "0.0.0",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"lint": "eslint ./**"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"vue": "^3.4.31"
}
}