testosmaximus/source/package.json

23 lines
421 B
JSON

{
"name": "@testosmaximus/testosmaximus",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"registry": "https://git.chipperfluff.at/api/packages/projects/npm/"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}