color-themes/package.json
James Brumond 7f8d46bd69
All checks were successful
Build and test / build-and-test (14.x) (push) Successful in 12s
Build and test / build-and-test (16.x) (push) Successful in 12s
Build and test / build-and-test (18.x) (push) Successful in 12s
Build and test / build-and-test (20.x) (push) Successful in 13s
cleanup
2023-08-18 17:14:21 -07:00

17 lines
365 B
JSON

{
"name": "@doc-utils/color-themes",
"version": "0.2.0",
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
},
"scripts": {
"tsc": "tsc",
"clean": "rm -rf ./index.js ./index.js.map ./index.d.ts ./.tsbuildinfo"
},
"main": "./index.js",
"devDependencies": {
"@types/node": "^18.16.3",
"typescript": "^5.0.4"
}
}