generated from templates/typescript-library
Initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@templates/typescript-library",
|
||||
"version": "1.0.0",
|
||||
"description": "Template project for creating new TypeScript library packages",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"scripts": {
|
||||
"tsc": "tsc --build",
|
||||
"clean": "rm -rf ./build"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://gitea.jbrumond.me/api/packages/templates/npm/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.jbrumond.me/templates/typescript-library.git"
|
||||
},
|
||||
"author": "James Brumond <https://jbrumond.me>",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"typescript": "^5.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user