Created
April 9, 2023 03:04
-
-
Save christopherbauer/afcd85da6d8a8e8c6673f2869bbe59cb to your computer and use it in GitHub Desktop.
Typescript class library package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"typescript": "^5.0.4" | |
}, | |
"name": "@classlibrary/core-ts", | |
"main": "dist/index.js", | |
"types": "dist/index.d.ts", | |
"files": [ | |
"/dist" | |
], | |
"version": "1.0.0", | |
"scripts": { | |
"build": "tsc", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"description": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment