Files
js-examples/getting-typescript/package.json
2023-02-26 01:30:37 +09:00

14 lines
282 B
JSON

{
"name": "getting-typescript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Elex",
"license": "ISC",
"private": true
}