{ "name": "pta-ts", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "ts-node ./node_modules/.bin/pta ./test.ts" }, "author": "", "license": "ISC", "dependencies": { "pta": "~0.1.3", "ts-node": "~9.0.0", "typescript": "~4.0.3" } }