forked from ahmedrabby13/solana-pumpfun-sniper-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 693 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"private": true,
"scripts": {
"lerna": "./node_modules/.bin/lerna",
"setup": "lerna exec npm install",
"bootstrap": "lerna bootstrap --force-local --hoist --nohoist=ts-node",
"build": "lerna exec npm run build",
"test": "lerna exec npm run test",
"docs": "rm -rf ./alexa-sdk-node-typedoc && ./node_modules/.bin/typedoc --out alexa-sdk-node-typedoc"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"husky": "^4.2.5",
"lerna": "^3.16.4",
"typedoc": "^0.17.8",
"typescript": "^3.9.5"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"name": "alexa-skills-kit-sdk-for-nodejs"
}