@zootools/waitlist-js
Version:
Viral whitelists / waitlists for nfts and web3 projects
47 lines (46 loc) • 1.32 kB
JSON
{
"name": "@zootools/waitlist-js",
"description": "Viral whitelists / waitlists for nfts and web3 projects",
"version": "0.2.1",
"main": "./src/index.ts",
"types": "./types/index.d.ts",
"keywords": [
"whitelist",
"nft",
"waitlist",
"waitlists",
"viral",
"nfts",
"viral waitlist",
"viral waitlists",
"referral",
"affiliate",
"mail",
"email",
"newsletter",
"subscription"
],
"scripts": {
"build:browser": "webpack",
"build": "tsup ./src/index.ts --format esm,cjs --dts --external react --minify && npm run build:browser",
"dev": "tsup ./src/index.ts --format esm,cjs --watch --dts --external react",
"lint": "TIMING=1 eslint src/**/*.ts* --fix",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"version": "npm version",
"publish": "npm run types && npm run build && npm publish --access public",
"types": "tsc --declaration ./src/index.ts --declarationDir ./types"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"react": "^17.0.2",
"ts-loader": "^9.3.1",
"tsconfig": "*",
"tsup": "^6.1.3",
"typescript": "^4.5.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}