Dawn/package.json
2021-09-18 00:39:00 -07:00

16 lines
323 B
JSON

{
"name": "dawn",
"version": "1.0.0",
"repository": "https://YourWishes@github.com/YourWishes/Dawn.git",
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc -p ."
},
"dependencies": {
"tsc": "^2.0.3",
"typescript": "^4.4.3"
}
}