color-themes/package.json
James Brumond c64e320af6
All checks were successful
Build and publish / build (push) Successful in 13s
Build and test / build (14.x) (push) Successful in 12s
Build and test / build (16.x) (push) Successful in 17s
Build and test / build (18.x) (push) Successful in 15s
Build and test / build (20.x) (push) Successful in 14s
0.2.0
2023-08-16 19:37:08 -07:00

17 lines
370 B
JSON

{
"name": "@doc-utils/color-themes",
"version": "0.2.0",
"publishConfig": {
"registry": "https://gitea.home.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"
}
}