You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 326B

1234567891011121314151617
  1. {
  2. "name": "bf-ts",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "bf.ts",
  6. "scripts": {
  7. "node": "ts-node"
  8. },
  9. "keywords": [],
  10. "author": "Dylan Baker <dylan@simulacrum.party>",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "@types/node": "^12.7.5",
  14. "ts-node": "^8.4.1",
  15. "typescript": "^3.6.3"
  16. }
  17. }