You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 403 B

12345678910111213141516171819
  1. {
  2. "name": "cherry-id",
  3. "version": "0.0.3",
  4. "main": "index.ts",
  5. "directories": {
  6. "test": "test"
  7. },
  8. "scripts": {
  9. "test": "ts-node ./test/test.ts"
  10. },
  11. "description": "",
  12. "devDependencies": {
  13. "@types/node": "^16.7.6",
  14. "cd": "^0.3.3",
  15. "ts-node": "^10.2.1",
  16. "tsconfig-paths": "^3.11.0",
  17. "typescript": "^4.4.2"
  18. }
  19. }