You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
464 B
22 lines
464 B
1 year ago
|
{
|
||
|
"name": "appkey-generator",
|
||
|
"version": "1.0.0",
|
||
|
"description": "tool",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha",
|
||
|
"start": "set NODE_ENV=development&&node index -e false -t false -p true"
|
||
|
},
|
||
|
"author": "liu",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"args": "^3.0.7",
|
||
|
"crypto-js": "^3.3.0",
|
||
|
"pg": "^7.18.2",
|
||
|
"pg-hstore": "^2.3.2",
|
||
|
"sequelize": "^4.22.12",
|
||
|
"superagent": "^6.1.0",
|
||
|
"moment": "^2.29.4"
|
||
|
}
|
||
|
}
|