We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cec6c commit be127dcCopy full SHA for be127dc
package.json
@@ -4,12 +4,12 @@
4
"description": "Scrape the Instagram API with Puppeteer",
5
"main": "index.js",
6
"bin": {
7
- "instamancer": "./bin/index.js"
+ "instamancer": "./index.js"
8
},
9
"scripts": {
10
- "build": "tsc --outDir bin",
11
- "compile": "tsc",
12
- "test": "jest --testPathIgnorePatterns='bin'"
+ "build": "tsc",
+ "prepare": "tsc",
+ "test": "jest"
13
14
"author": "ScriptSmith",
15
"license": "MIT",
0 commit comments