init
Showing
{ | { | ||
"name": "fetch-api", | "name": "fetch-api", | ||
"version": "1.0.1", | "version": "1.0.2", | ||
"main": "out/index.js", | "main": "out/index.js", | ||
"types": "out/index.d.ts", | "types": "out/index.d.ts", | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"@types/querystringify": "^2.0.0", | "@types/querystringify": "^2.0.0", | ||
"querystringify": "^2.1.1" | "querystringify": "^2.1.1" | ||
} | }, | ||
"scripts": { | |||
"dev": "tsc -w", | |||
"build": "tsc" | |||
} | |||
} | } |
Please register or sign in to comment